HSL(131, 32%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,32%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 32%, 84%) | color: hsl(131, 32%, 84%) | |
| HEX | #C9E3CE | color: #C9E3CE | |
| RGB | rgb(201, 227, 206) | color: rgb(201, 227, 206) | |
| CMYK | cmyk(11%, 0%, 9%, 11%) | — | |
| HSV | hsv(132, 11%, 89%) | — | |
| HWB | hwb(132 79% 11%) | color: hwb(132 79% 11%) | |
| OKLCH | oklch(0.8909 0.0396 151.06) | color: oklch(0.8909 0.0396 151.06) | |
| Lab | lab(87.88 -12.5 7.36) | color: lab(87.88 -12.5 7.36) | |
| LCH | lch(87.88 14.51 149.51) | color: lch(87.88 14.51 149.51) |
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)
#D4D4D3 — rgb(212, 212, 211)
Deuteranopia (Green-blind)
#D3D1D4 — rgb(211, 209, 212)
Tritanopia (Blue-blind)
#CAD7D8 — rgb(202, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 32%, 84%);
text
color: hsl(131, 32%, 84%);
border
border: 2px solid hsl(131, 32%, 84%);
gradient light
background: linear-gradient(to right, hsl(131, 32%, 100%), hsl(131, 32%, 84%));
gradient dark
background: linear-gradient(to right, hsl(131, 32%, 84%), hsl(131, 32%, 64%))
hex
background-color: #C9E3CE;
tailwind
bg-[hsl(131,32%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 32%, 84%, 0.4);
css variable
--color-primary: hsl(131, 32%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 32%, 84%)?
HEX: #C9E3CE | RGB: rgb(201, 227, 206) | CMYK: 11%, 0%, 9%, 11% | HSV: 132°, 11%, 89%. Copy any format from the conversion table above.
What colors go well with #C9E3CE?
The complementary color is HSL(311, 32%, 84%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 32%, 84%) in CSS?
As HSL: color: hsl(131, 32%, 84%); — As HEX: color: #C9E3CE; — As RGB: color: rgb(201, 227, 206); — Tailwind CSS: bg-[hsl(131,32%,84%)] — CSS variable: --color-primary: hsl(131, 32%, 84%);