HSL(86, 54%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,54%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 54%, 47%) | color: hsl(86, 54%, 47%) | |
| HEX | #80B937 | color: #80B937 | |
| RGB | rgb(128, 185, 55) | color: rgb(128, 185, 55) | |
| CMYK | cmyk(31%, 0%, 70%, 27%) | — | |
| HSV | hsv(86, 70%, 73%) | — | |
| HWB | hwb(86 22% 27%) | color: hwb(86 22% 27%) | |
| OKLCH | oklch(0.7211 0.169 130.33) | color: oklch(0.7211 0.169 130.33) | |
| Lab | lab(69.16 -38.61 57.1) | color: lab(69.16 -38.61 57.1) | |
| LCH | lch(69.16 68.93 124.07) | color: lch(69.16 68.93 124.07) |
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)
#999956 — rgb(153, 153, 86)
Deuteranopia (Green-blind)
#95915E — rgb(149, 145, 94)
Tritanopia (Blue-blind)
#836F75 — rgb(131, 111, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 54%, 47%);
text
color: hsl(86, 54%, 47%);
border
border: 2px solid hsl(86, 54%, 47%);
gradient light
background: linear-gradient(to right, hsl(86, 54%, 67%), hsl(86, 54%, 47%));
gradient dark
background: linear-gradient(to right, hsl(86, 54%, 47%), hsl(86, 54%, 27%))
hex
background-color: #80B937;
tailwind
bg-[hsl(86,54%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 54%, 47%, 0.4);
css variable
--color-primary: hsl(86, 54%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 54%, 47%)?
HEX: #80B937 | RGB: rgb(128, 185, 55) | CMYK: 31%, 0%, 70%, 27% | HSV: 86°, 70%, 73%. Copy any format from the conversion table above.
What colors go well with #80B937?
The complementary color is HSL(266, 54%, 47%). 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, 54%, 47%) in CSS?
As HSL: color: hsl(86, 54%, 47%); — As HEX: color: #80B937; — As RGB: color: rgb(128, 185, 55); — Tailwind CSS: bg-[hsl(86,54%,47%)] — CSS variable: --color-primary: hsl(86, 54%, 47%);