HSL(88, 58%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,58%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 58%, 60%) | color: hsl(88, 58%, 60%) | |
| HEX | #9DD45E | color: #9DD45E | |
| RGB | rgb(157, 212, 94) | color: rgb(157, 212, 94) | |
| CMYK | cmyk(26%, 0%, 56%, 17%) | — | |
| HSV | hsv(88, 56%, 83%) | — | |
| HWB | hwb(88 37% 17%) | color: hwb(88 37% 17%) | |
| OKLCH | oklch(0.807 0.1596 130.15) | color: oklch(0.807 0.1596 130.15) | |
| Lab | lab(79.08 -36.79 51.9) | color: lab(79.08 -36.79 51.9) | |
| LCH | lch(79.08 63.62 125.33) | color: lch(79.08 63.62 125.33) |
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)
#B5B57B — rgb(181, 181, 123)
Deuteranopia (Green-blind)
#B2AE81 — rgb(178, 174, 129)
Tritanopia (Blue-blind)
#A09196 — rgb(160, 145, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 58%, 60%);
text
color: hsl(88, 58%, 60%);
border
border: 2px solid hsl(88, 58%, 60%);
gradient light
background: linear-gradient(to right, hsl(88, 58%, 80%), hsl(88, 58%, 60%));
gradient dark
background: linear-gradient(to right, hsl(88, 58%, 60%), hsl(88, 58%, 40%))
hex
background-color: #9DD45E;
tailwind
bg-[hsl(88,58%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 58%, 60%, 0.4);
css variable
--color-primary: hsl(88, 58%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 58%, 60%)?
HEX: #9DD45E | RGB: rgb(157, 212, 94) | CMYK: 26%, 0%, 56%, 17% | HSV: 88°, 56%, 83%. Copy any format from the conversion table above.
What colors go well with #9DD45E?
The complementary color is HSL(268, 58%, 60%). 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, 58%, 60%) in CSS?
As HSL: color: hsl(88, 58%, 60%); — As HEX: color: #9DD45E; — As RGB: color: rgb(157, 212, 94); — Tailwind CSS: bg-[hsl(88,58%,60%)] — CSS variable: --color-primary: hsl(88, 58%, 60%);