HSL(121, 32%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,32%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 32%, 84%) | color: hsl(121, 32%, 84%) | |
| HEX | #C9E3CA | color: #C9E3CA | |
| RGB | rgb(201, 227, 202) | color: rgb(201, 227, 202) | |
| CMYK | cmyk(11%, 0%, 11%, 11%) | — | |
| HSV | hsv(122, 11%, 89%) | — | |
| HWB | hwb(122 79% 11%) | color: hwb(122 79% 11%) | |
| OKLCH | oklch(0.8899 0.0436 146.25) | color: oklch(0.8899 0.0436 146.25) | |
| Lab | lab(87.78 -13.22 9.33) | color: lab(87.78 -13.22 9.33) | |
| LCH | lch(87.78 16.18 144.79) | color: lch(87.78 16.18 144.79) |
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)
#D4D4D0 — rgb(212, 212, 208)
Deuteranopia (Green-blind)
#D3D1D2 — rgb(211, 209, 210)
Tritanopia (Blue-blind)
#CAD5D6 — rgb(202, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 32%, 84%);
text
color: hsl(121, 32%, 84%);
border
border: 2px solid hsl(121, 32%, 84%);
gradient light
background: linear-gradient(to right, hsl(121, 32%, 100%), hsl(121, 32%, 84%));
gradient dark
background: linear-gradient(to right, hsl(121, 32%, 84%), hsl(121, 32%, 64%))
hex
background-color: #C9E3CA;
tailwind
bg-[hsl(121,32%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 32%, 84%, 0.4);
css variable
--color-primary: hsl(121, 32%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 32%, 84%)?
HEX: #C9E3CA | RGB: rgb(201, 227, 202) | CMYK: 11%, 0%, 11%, 11% | HSV: 122°, 11%, 89%. Copy any format from the conversion table above.
What colors go well with #C9E3CA?
The complementary color is HSL(301, 32%, 84%). 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, 32%, 84%) in CSS?
As HSL: color: hsl(121, 32%, 84%); — As HEX: color: #C9E3CA; — As RGB: color: rgb(201, 227, 202); — Tailwind CSS: bg-[hsl(121,32%,84%)] — CSS variable: --color-primary: hsl(121, 32%, 84%);