JA EN

Saturation

The intensity or purity of a color. High saturation produces vivid colors, while low saturation approaches gray. Zero saturation yields a completely achromatic tone.

Saturation is one of the three fundamental color attributes (along with hue and lightness/value) that quantifies a color's vividness or purity. A fully saturated color contains no gray component and appears at maximum chromatic intensity. As saturation decreases, colors become progressively muted until reaching zero saturation - a neutral gray with no chromatic information.

In photo editing, saturation adjustment is a fundamental color correction operation. Landscape photography often benefits from increased saturation for vivid scenery, while portrait work typically uses restrained saturation to preserve natural skin tones. Web developers use CSS filter: saturate() for real-time saturation changes, enabling hover effects and dark mode adaptations. Grayscale conversion is achieved simply with filter: saturate(0).

Related Terms

Related Articles