HSL(86, 40%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,40%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 40%, 15%) | color: hsl(86, 40%, 15%) | |
| HEX | #283617 | color: #283617 | |
| RGB | rgb(40, 54, 23) | color: rgb(40, 54, 23) | |
| CMYK | cmyk(26%, 0%, 57%, 79%) | — | |
| HSV | hsv(87, 57%, 21%) | — | |
| HWB | hwb(87 9% 79%) | color: hwb(87 9% 79%) | |
| OKLCH | oklch(0.3116 0.0541 129.12) | color: oklch(0.3116 0.0541 129.12) | |
| Lab | lab(20.64 -12.29 17.52) | color: lab(20.64 -12.29 17.52) | |
| LCH | lch(20.64 21.4 125.05) | color: lch(20.64 21.4 125.05) |
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)
#2E2E1F — rgb(46, 46, 31)
Deuteranopia (Green-blind)
#2D2C20 — rgb(45, 44, 32)
Tritanopia (Blue-blind)
#292426 — rgb(41, 36, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 40%, 15%);
text
color: hsl(86, 40%, 15%);
border
border: 2px solid hsl(86, 40%, 15%);
gradient light
background: linear-gradient(to right, hsl(86, 40%, 35%), hsl(86, 40%, 15%));
gradient dark
background: linear-gradient(to right, hsl(86, 40%, 15%), hsl(86, 40%, 0%))
hex
background-color: #283617;
tailwind
bg-[hsl(86,40%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 40%, 15%, 0.4);
css variable
--color-primary: hsl(86, 40%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 40%, 15%)?
HEX: #283617 | RGB: rgb(40, 54, 23) | CMYK: 26%, 0%, 57%, 79% | HSV: 87°, 57%, 21%. Copy any format from the conversion table above.
What colors go well with #283617?
The complementary color is HSL(266, 40%, 15%). 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, 40%, 15%) in CSS?
As HSL: color: hsl(86, 40%, 15%); — As HEX: color: #283617; — As RGB: color: rgb(40, 54, 23); — Tailwind CSS: bg-[hsl(86,40%,15%)] — CSS variable: --color-primary: hsl(86, 40%, 15%);