HSL(129, 55%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,55%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 55%, 85%) | color: hsl(129, 55%, 85%) | |
| HEX | #C4EECA | color: #C4EECA | |
| RGB | rgb(196, 238, 202) | color: rgb(196, 238, 202) | |
| CMYK | cmyk(18%, 0%, 15%, 7%) | — | |
| HSV | hsv(129, 18%, 93%) | — | |
| HWB | hwb(129 76% 7%) | color: hwb(129 76% 7%) | |
| OKLCH | oklch(0.9098 0.0653 149.04) | color: oklch(0.9098 0.0653 149.04) | |
| Lab | lab(90.39 -20.34 12.99) | color: lab(90.39 -20.34 12.99) | |
| LCH | lch(90.39 24.13 147.44) | color: lch(90.39 24.13 147.44) |
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)
#D6D7D3 — rgb(214, 215, 211)
Deuteranopia (Green-blind)
#D4D1D5 — rgb(212, 209, 213)
Tritanopia (Blue-blind)
#C6DADB — rgb(198, 218, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 55%, 85%);
text
color: hsl(129, 55%, 85%);
border
border: 2px solid hsl(129, 55%, 85%);
gradient light
background: linear-gradient(to right, hsl(129, 55%, 100%), hsl(129, 55%, 85%));
gradient dark
background: linear-gradient(to right, hsl(129, 55%, 85%), hsl(129, 55%, 65%))
hex
background-color: #C4EECA;
tailwind
bg-[hsl(129,55%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 55%, 85%, 0.4);
css variable
--color-primary: hsl(129, 55%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 55%, 85%)?
HEX: #C4EECA | RGB: rgb(196, 238, 202) | CMYK: 18%, 0%, 15%, 7% | HSV: 129°, 18%, 93%. Copy any format from the conversion table above.
What colors go well with #C4EECA?
The complementary color is HSL(309, 55%, 85%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 55%, 85%) in CSS?
As HSL: color: hsl(129, 55%, 85%); — As HEX: color: #C4EECA; — As RGB: color: rgb(196, 238, 202); — Tailwind CSS: bg-[hsl(129,55%,85%)] — CSS variable: --color-primary: hsl(129, 55%, 85%);