HSL(121, 52%, 86%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,52%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 52%, 86%) | color: hsl(121, 52%, 86%) | |
| HEX | #C9EEC9 | color: #C9EEC9 | |
| RGB | rgb(201, 238, 201) | color: rgb(201, 238, 201) | |
| CMYK | cmyk(16%, 0%, 16%, 7%) | — | |
| HSV | hsv(120, 16%, 93%) | — | |
| HWB | hwb(120 78% 7%) | color: hwb(120 78% 7%) | |
| OKLCH | oklch(0.9128 0.063 145.04) | color: oklch(0.9128 0.063 145.04) | |
| Lab | lab(90.68 -18.86 13.97) | color: lab(90.68 -18.86 13.97) | |
| LCH | lch(90.68 23.47 143.47) | color: lch(90.68 23.47 143.47) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#D9D9D2 — rgb(217, 217, 210)
Deuteranopia (Green-blind)
#D7D4D4 — rgb(215, 212, 212)
Tritanopia (Blue-blind)
#CBD9DB — rgb(203, 217, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 52%, 86%);
text
color: hsl(121, 52%, 86%);
border
border: 2px solid hsl(121, 52%, 86%);
gradient light
background: linear-gradient(to right, hsl(121, 52%, 100%), hsl(121, 52%, 86%));
gradient dark
background: linear-gradient(to right, hsl(121, 52%, 86%), hsl(121, 52%, 66%))
hex
background-color: #C9EEC9;
tailwind
bg-[hsl(121,52%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 52%, 86%, 0.4);
css variable
--color-primary: hsl(121, 52%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(121, 52%, 86%)?
HEX: #C9EEC9 | RGB: rgb(201, 238, 201) | CMYK: 16%, 0%, 16%, 7% | HSV: 120°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #C9EEC9?
The complementary color is HSL(301, 52%, 86%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 52%, 86%) in CSS?
As HSL: color: hsl(121, 52%, 86%); — As HEX: color: #C9EEC9; — As RGB: color: rgb(201, 238, 201); — Tailwind CSS: bg-[hsl(121,52%,86%)] — CSS variable: --color-primary: hsl(121, 52%, 86%);