Color Saturation Adjuster
Adjust a color’s saturation while preserving hue and lightness. Preview and copy the updated HEX value. Processing takes place locally in your browser.
Start using
What Color Saturation Adjuster does
Increase or reduce saturation while retaining hue and lightness.
Worked example
#c07070; saturation +25%
A more vivid version of the same hue
Color calculation
The HSL saturation channel is adjusted and clamped to 0–100% before conversion back to RGB and HEX.
Useful workflows
- Create design tokens, chart series, states or illustration palettes.
- Compare copied color values with the visible preview and source format.
- Use image sampling to match an existing visual reference locally.
Accessibility and output checks
- Palette harmony does not guarantee readable text contrast; test WCAG contrast for each foreground/background pair.
- Displays, browsers, color profiles and printing can render the same numeric color differently.
- Rounded conversions can differ by one channel unit when converted back and forth.
Frequently asked questions
Why does the converted value differ slightly?
HEX and RGB use integer channels while HSL and HSV often require rounded decimal conversions.
Are uploaded images sent to a server?
The image color tools decode and sample supported images in the browser unless the page explicitly states otherwise.
Why does changing saturation have little effect on black or white?
Colors near zero or full lightness contain little visible chroma, so saturation adjustments have limited effect.
Processing takes place locally in your browser.