HSL(86, 59%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,59%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 59%, 59%) | color: hsl(86, 59%, 59%) | |
| HEX | #9FD459 | color: #9FD459 | |
| RGB | rgb(159, 212, 89) | color: rgb(159, 212, 89) | |
| CMYK | cmyk(25%, 0%, 58%, 17%) | — | |
| HSV | hsv(86, 58%, 83%) | — | |
| HWB | hwb(86 35% 17%) | color: hwb(86 35% 17%) | |
| OKLCH | oklch(0.8077 0.163 129.06) | color: oklch(0.8077 0.163 129.06) | |
| Lab | lab(79.14 -36.52 54.25) | color: lab(79.14 -36.52 54.25) | |
| LCH | lch(79.14 65.4 123.95) | color: lch(79.14 65.4 123.95) |
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)
#B6B677 — rgb(182, 182, 119)
Deuteranopia (Green-blind)
#B3AF7E — rgb(179, 175, 126)
Tritanopia (Blue-blind)
#A28E93 — rgb(162, 142, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 59%, 59%);
text
color: hsl(86, 59%, 59%);
border
border: 2px solid hsl(86, 59%, 59%);
gradient light
background: linear-gradient(to right, hsl(86, 59%, 79%), hsl(86, 59%, 59%));
gradient dark
background: linear-gradient(to right, hsl(86, 59%, 59%), hsl(86, 59%, 39%))
hex
background-color: #9FD459;
tailwind
bg-[hsl(86,59%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 59%, 59%, 0.4);
css variable
--color-primary: hsl(86, 59%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 59%, 59%)?
HEX: #9FD459 | RGB: rgb(159, 212, 89) | CMYK: 25%, 0%, 58%, 17% | HSV: 86°, 58%, 83%. Copy any format from the conversion table above.
What colors go well with #9FD459?
The complementary color is HSL(266, 59%, 59%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 59%, 59%) in CSS?
As HSL: color: hsl(86, 59%, 59%); — As HEX: color: #9FD459; — As RGB: color: rgb(159, 212, 89); — Tailwind CSS: bg-[hsl(86,59%,59%)] — CSS variable: --color-primary: hsl(86, 59%, 59%);