HSL(129, 60%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,60%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 60%, 69%) | color: hsl(129, 60%, 69%) | |
| HEX | #81DF8F | color: #81DF8F | |
| RGB | rgb(129, 223, 143) | color: rgb(129, 223, 143) | |
| CMYK | cmyk(42%, 0%, 36%, 13%) | — | |
| HSV | hsv(129, 42%, 87%) | — | |
| HWB | hwb(129 50% 13%) | color: hwb(129 50% 13%) | |
| OKLCH | oklch(0.8253 0.1432 147.6) | color: oklch(0.8253 0.1432 147.6) | |
| Lab | lab(81.52 -44.43 30.72) | color: lab(81.52 -44.43 30.72) | |
| LCH | lch(81.52 54.02 145.34) | color: lch(81.52 54.02 145.34) |
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)
#AAABA2 — rgb(170, 171, 162)
Deuteranopia (Green-blind)
#A49DA7 — rgb(164, 157, 167)
Tritanopia (Blue-blind)
#86B2B5 — rgb(134, 178, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 60%, 69%);
text
color: hsl(129, 60%, 69%);
border
border: 2px solid hsl(129, 60%, 69%);
gradient light
background: linear-gradient(to right, hsl(129, 60%, 89%), hsl(129, 60%, 69%));
gradient dark
background: linear-gradient(to right, hsl(129, 60%, 69%), hsl(129, 60%, 49%))
hex
background-color: #81DF8F;
tailwind
bg-[hsl(129,60%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 60%, 69%, 0.4);
css variable
--color-primary: hsl(129, 60%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 60%, 69%)?
HEX: #81DF8F | RGB: rgb(129, 223, 143) | CMYK: 42%, 0%, 36%, 13% | HSV: 129°, 42%, 87%. Copy any format from the conversion table above.
What colors go well with #81DF8F?
The complementary color is HSL(309, 60%, 69%). 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, 60%, 69%) in CSS?
As HSL: color: hsl(129, 60%, 69%); — As HEX: color: #81DF8F; — As RGB: color: rgb(129, 223, 143); — Tailwind CSS: bg-[hsl(129,60%,69%)] — CSS variable: --color-primary: hsl(129, 60%, 69%);