HSL(86, 82%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,82%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 82%, 23%) | color: hsl(86, 82%, 23%) | |
| HEX | #416B0B | color: #416B0B | |
| RGB | rgb(65, 107, 11) | color: rgb(65, 107, 11) | |
| CMYK | cmyk(39%, 0%, 90%, 58%) | — | |
| HSV | hsv(86, 90%, 42%) | — | |
| HWB | hwb(86 4% 58%) | color: hwb(86 4% 58%) | |
| OKLCH | oklch(0.4786 0.1271 131.86) | color: oklch(0.4786 0.1271 131.86) | |
| Lab | lab(40.68 -29.85 43.47) | color: lab(40.68 -29.85 43.47) | |
| LCH | lch(40.68 52.73 124.48) | color: lch(40.68 52.73 124.48) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#535422 — rgb(83, 84, 34)
Deuteranopia (Green-blind)
#514E28 — rgb(81, 78, 40)
Tritanopia (Blue-blind)
#433539 — rgb(67, 53, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 82%, 23%);
text
color: hsl(86, 82%, 23%);
border
border: 2px solid hsl(86, 82%, 23%);
gradient light
background: linear-gradient(to right, hsl(86, 82%, 43%), hsl(86, 82%, 23%));
gradient dark
background: linear-gradient(to right, hsl(86, 82%, 23%), hsl(86, 82%, 3%))
hex
background-color: #416B0B;
tailwind
bg-[hsl(86,82%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 82%, 23%, 0.4);
css variable
--color-primary: hsl(86, 82%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 82%, 23%)?
HEX: #416B0B | RGB: rgb(65, 107, 11) | CMYK: 39%, 0%, 90%, 58% | HSV: 86°, 90%, 42%. Copy any format from the conversion table above.
What colors go well with #416B0B?
The complementary color is HSL(266, 82%, 23%). 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, 82%, 23%) in CSS?
As HSL: color: hsl(86, 82%, 23%); — As HEX: color: #416B0B; — As RGB: color: rgb(65, 107, 11); — Tailwind CSS: bg-[hsl(86,82%,23%)] — CSS variable: --color-primary: hsl(86, 82%, 23%);