HSL(86, 40%, 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,40%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 40%, 6%) | color: hsl(86, 40%, 6%) | |
| HEX | #101509 | color: #101509 | |
| RGB | rgb(16, 21, 9) | color: rgb(16, 21, 9) | |
| CMYK | cmyk(24%, 0%, 57%, 92%) | — | |
| HSV | hsv(85, 57%, 8%) | — | |
| HWB | hwb(85 3% 92%) | color: hwb(85 3% 92%) | |
| OKLCH | oklch(0.1863 0.0243 126.98) | color: oklch(0.1863 0.0243 126.98) | |
| Lab | lab(6.02 -4.18 5.24) | color: lab(6.02 -4.18 5.24) | |
| LCH | lch(6.02 6.7 128.58) | color: lch(6.02 6.7 128.58) |
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)
#12120C — rgb(18, 18, 12)
Deuteranopia (Green-blind)
#12120D — rgb(18, 18, 13)
Tritanopia (Blue-blind)
#100E0F — rgb(16, 14, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 40%, 6%);
text
color: hsl(86, 40%, 6%);
border
border: 2px solid hsl(86, 40%, 6%);
gradient light
background: linear-gradient(to right, hsl(86, 40%, 26%), hsl(86, 40%, 6%));
gradient dark
background: linear-gradient(to right, hsl(86, 40%, 6%), hsl(86, 40%, 0%))
hex
background-color: #101509;
tailwind
bg-[hsl(86,40%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 40%, 6%, 0.4);
css variable
--color-primary: hsl(86, 40%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(86, 40%, 6%)?
HEX: #101509 | RGB: rgb(16, 21, 9) | CMYK: 24%, 0%, 57%, 92% | HSV: 85°, 57%, 8%. Copy any format from the conversion table above.
What colors go well with #101509?
The complementary color is HSL(266, 40%, 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, 40%, 6%) in CSS?
As HSL: color: hsl(86, 40%, 6%); — As HEX: color: #101509; — As RGB: color: rgb(16, 21, 9); — Tailwind CSS: bg-[hsl(86,40%,6%)] — CSS variable: --color-primary: hsl(86, 40%, 6%);