HSL(86, 36%, 6%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,36%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 36%, 6%) | color: hsl(86, 36%, 6%) | |
| HEX | #10150A | color: #10150A | |
| RGB | rgb(16, 21, 10) | color: rgb(16, 21, 10) | |
| CMYK | cmyk(24%, 0%, 52%, 92%) | — | |
| HSV | hsv(87, 52%, 8%) | — | |
| HWB | hwb(87 4% 92%) | color: hwb(87 4% 92%) | |
| OKLCH | oklch(0.1866 0.0226 128.29) | color: oklch(0.1866 0.0226 128.29) | |
| Lab | lab(6.04 -4.04 4.86) | color: lab(6.04 -4.04 4.86) | |
| LCH | lch(6.04 6.32 129.74) | color: lch(6.04 6.32 129.74) |
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)
#12120D — rgb(18, 18, 13)
Deuteranopia (Green-blind)
#12120D — rgb(18, 18, 13)
Tritanopia (Blue-blind)
#100F0F — rgb(16, 15, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 36%, 6%);
text
color: hsl(86, 36%, 6%);
border
border: 2px solid hsl(86, 36%, 6%);
gradient light
background: linear-gradient(to right, hsl(86, 36%, 26%), hsl(86, 36%, 6%));
gradient dark
background: linear-gradient(to right, hsl(86, 36%, 6%), hsl(86, 36%, 0%))
hex
background-color: #10150A;
tailwind
bg-[hsl(86,36%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 36%, 6%, 0.4);
css variable
--color-primary: hsl(86, 36%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(86, 36%, 6%)?
HEX: #10150A | RGB: rgb(16, 21, 10) | CMYK: 24%, 0%, 52%, 92% | HSV: 87°, 52%, 8%. Copy any format from the conversion table above.
What colors go well with #10150A?
The complementary color is HSL(266, 36%, 6%). 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, 36%, 6%) in CSS?
As HSL: color: hsl(86, 36%, 6%); — As HEX: color: #10150A; — As RGB: color: rgb(16, 21, 10); — Tailwind CSS: bg-[hsl(86,36%,6%)] — CSS variable: --color-primary: hsl(86, 36%, 6%);