HSL(88, 60%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,60%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 60%, 52%) | color: hsl(88, 60%, 52%) | |
| HEX | #89CE3B | color: #89CE3B | |
| RGB | rgb(137, 206, 59) | color: rgb(137, 206, 59) | |
| CMYK | cmyk(33%, 0%, 71%, 19%) | — | |
| HSV | hsv(88, 71%, 81%) | — | |
| HWB | hwb(88 23% 19%) | color: hwb(88 23% 19%) | |
| OKLCH | oklch(0.7776 0.1882 131.56) | color: oklch(0.7776 0.1882 131.56) | |
| Lab | lab(75.93 -44.21 62.62) | color: lab(75.93 -44.21 62.62) | |
| LCH | lch(75.93 76.65 125.22) | color: lch(75.93 76.65 125.22) |
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)
#A7A75F — rgb(167, 167, 95)
Deuteranopia (Green-blind)
#A39E67 — rgb(163, 158, 103)
Tritanopia (Blue-blind)
#8C7B81 — rgb(140, 123, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 60%, 52%);
text
color: hsl(88, 60%, 52%);
border
border: 2px solid hsl(88, 60%, 52%);
gradient light
background: linear-gradient(to right, hsl(88, 60%, 72%), hsl(88, 60%, 52%));
gradient dark
background: linear-gradient(to right, hsl(88, 60%, 52%), hsl(88, 60%, 32%))
hex
background-color: #89CE3B;
tailwind
bg-[hsl(88,60%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 60%, 52%, 0.4);
css variable
--color-primary: hsl(88, 60%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 60%, 52%)?
HEX: #89CE3B | RGB: rgb(137, 206, 59) | CMYK: 33%, 0%, 71%, 19% | HSV: 88°, 71%, 81%. Copy any format from the conversion table above.
What colors go well with #89CE3B?
The complementary color is HSL(268, 60%, 52%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 60%, 52%) in CSS?
As HSL: color: hsl(88, 60%, 52%); — As HEX: color: #89CE3B; — As RGB: color: rgb(137, 206, 59); — Tailwind CSS: bg-[hsl(88,60%,52%)] — CSS variable: --color-primary: hsl(88, 60%, 52%);