HSL(86, 77%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,77%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 77%, 52%) | color: hsl(86, 77%, 52%) | |
| HEX | #91E326 | color: #91E326 | |
| RGB | rgb(145, 227, 38) | color: rgb(145, 227, 38) | |
| CMYK | cmyk(36%, 0%, 83%, 11%) | — | |
| HSV | hsv(86, 83%, 89%) | — | |
| HWB | hwb(86 15% 11%) | color: hwb(86 15% 11%) | |
| OKLCH | oklch(0.8314 0.219 131.62) | color: oklch(0.8314 0.219 131.62) | |
| Lab | lab(82.43 -51.16 75.05) | color: lab(82.43 -51.16 75.05) | |
| LCH | lch(82.43 90.83 124.28) | color: lch(82.43 90.83 124.28) |
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)
#B5B554 — rgb(181, 181, 84)
Deuteranopia (Green-blind)
#B0AA5F — rgb(176, 170, 95)
Tritanopia (Blue-blind)
#957880 — rgb(149, 120, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 77%, 52%);
text
color: hsl(86, 77%, 52%);
border
border: 2px solid hsl(86, 77%, 52%);
gradient light
background: linear-gradient(to right, hsl(86, 77%, 72%), hsl(86, 77%, 52%));
gradient dark
background: linear-gradient(to right, hsl(86, 77%, 52%), hsl(86, 77%, 32%))
hex
background-color: #91E326;
tailwind
bg-[hsl(86,77%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 77%, 52%, 0.4);
css variable
--color-primary: hsl(86, 77%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 77%, 52%)?
HEX: #91E326 | RGB: rgb(145, 227, 38) | CMYK: 36%, 0%, 83%, 11% | HSV: 86°, 83%, 89%. Copy any format from the conversion table above.
What colors go well with #91E326?
The complementary color is HSL(266, 77%, 52%). 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, 77%, 52%) in CSS?
As HSL: color: hsl(86, 77%, 52%); — As HEX: color: #91E326; — As RGB: color: rgb(145, 227, 38); — Tailwind CSS: bg-[hsl(86,77%,52%)] — CSS variable: --color-primary: hsl(86, 77%, 52%);