HSL(84, 59%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,59%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 59%, 76%) | color: hsl(84, 59%, 76%) | |
| HEX | #C9E69E | color: #C9E69E | |
| RGB | rgb(201, 230, 158) | color: rgb(201, 230, 158) | |
| CMYK | cmyk(13%, 0%, 31%, 10%) | — | |
| HSV | hsv(84, 31%, 90%) | — | |
| HWB | hwb(84 62% 10%) | color: hwb(84 62% 10%) | |
| OKLCH | oklch(0.8865 0.0992 126.16) | color: oklch(0.8865 0.0992 126.16) | |
| Lab | lab(87.72 -21.61 32.03) | color: lab(87.72 -21.61 32.03) | |
| LCH | lch(87.72 38.64 124.01) | color: lch(87.72 38.64 124.01) |
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)
#D6D6AF — rgb(214, 214, 175)
Deuteranopia (Green-blind)
#D4D2B4 — rgb(212, 210, 180)
Tritanopia (Blue-blind)
#CABDC0 — rgb(202, 189, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 59%, 76%);
text
color: hsl(84, 59%, 76%);
border
border: 2px solid hsl(84, 59%, 76%);
gradient light
background: linear-gradient(to right, hsl(84, 59%, 96%), hsl(84, 59%, 76%));
gradient dark
background: linear-gradient(to right, hsl(84, 59%, 76%), hsl(84, 59%, 56%))
hex
background-color: #C9E69E;
tailwind
bg-[hsl(84,59%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 59%, 76%, 0.4);
css variable
--color-primary: hsl(84, 59%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 59%, 76%)?
HEX: #C9E69E | RGB: rgb(201, 230, 158) | CMYK: 13%, 0%, 31%, 10% | HSV: 84°, 31%, 90%. Copy any format from the conversion table above.
What colors go well with #C9E69E?
The complementary color is HSL(264, 59%, 76%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 59%, 76%) in CSS?
As HSL: color: hsl(84, 59%, 76%); — As HEX: color: #C9E69E; — As RGB: color: rgb(201, 230, 158); — Tailwind CSS: bg-[hsl(84,59%,76%)] — CSS variable: --color-primary: hsl(84, 59%, 76%);