Overview
Saturation utilities are bundled so you can mute or intensify color in imagery without swapping assets. They pair cleanly with contrast, brightness, and other filter helpers.| Class | Filter (CSS) | Usage |
|---|---|---|
.saturate-0 | filter: saturate(0); | Fully desaturated (grayscale intensity channel) |
.saturate-50 | filter: saturate(0.5); | Half saturation |
.saturate-100 | filter: saturate(1); | Neutral / no change (matches preview scale) |
.saturate-150 | filter: saturate(1.5); | Boosted color |
.saturate-200 | filter: saturate(2); | Strong saturation; use sparingly |
Example
Markup
Best Practices
- Use
saturate-0orsaturate-50for muted backgrounds and editorial treatments. - Use
saturate-150orsaturate-200sparingly on accent imagery. - Pair saturation with contrast or brightness when the image needs both tonal and color adjustments.
Related Utilities
Brightness
Balance intensity with overall lightness
Hue Rotate
Shift the hue family after adjusting saturation
Color Effects
Reset or simplify color treatment with grayscale, invert, and sepia
Filters Overview
Review the full shipped filter surface

