HSL(89, 55%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,55%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 55%, 55%) | color: hsl(89, 55%, 55%) | |
| HEX | #8ECB4D | color: #8ECB4D | |
| RGB | rgb(142, 203, 77) | color: rgb(142, 203, 77) | |
| CMYK | cmyk(30%, 0%, 62%, 20%) | — | |
| HSV | hsv(89, 62%, 80%) | — | |
| HWB | hwb(89 30% 20%) | color: hwb(89 30% 20%) | |
| OKLCH | oklch(0.7748 0.1693 131.25) | color: oklch(0.7748 0.1693 131.25) | |
| Lab | lab(75.45 -39.76 55.09) | color: lab(75.45 -39.76 55.09) | |
| LCH | lch(75.45 67.94 125.82) | color: lch(75.45 67.94 125.82) |
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)
#A8A96B — rgb(168, 169, 107)
Deuteranopia (Green-blind)
#A5A073 — rgb(165, 160, 115)
Tritanopia (Blue-blind)
#918489 — rgb(145, 132, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 55%, 55%);
text
color: hsl(89, 55%, 55%);
border
border: 2px solid hsl(89, 55%, 55%);
gradient light
background: linear-gradient(to right, hsl(89, 55%, 75%), hsl(89, 55%, 55%));
gradient dark
background: linear-gradient(to right, hsl(89, 55%, 55%), hsl(89, 55%, 35%))
hex
background-color: #8ECB4D;
tailwind
bg-[hsl(89,55%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 55%, 55%, 0.4);
css variable
--color-primary: hsl(89, 55%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(89, 55%, 55%)?
HEX: #8ECB4D | RGB: rgb(142, 203, 77) | CMYK: 30%, 0%, 62%, 20% | HSV: 89°, 62%, 80%. Copy any format from the conversion table above.
What colors go well with #8ECB4D?
The complementary color is HSL(269, 55%, 55%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 55%, 55%) in CSS?
As HSL: color: hsl(89, 55%, 55%); — As HEX: color: #8ECB4D; — As RGB: color: rgb(142, 203, 77); — Tailwind CSS: bg-[hsl(89,55%,55%)] — CSS variable: --color-primary: hsl(89, 55%, 55%);