HSL(91, 40%, 6%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,40%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 40%, 6%) | color: hsl(91, 40%, 6%) | |
| HEX | #0F1509 | color: #0F1509 | |
| RGB | rgb(15, 21, 9) | color: rgb(15, 21, 9) | |
| CMYK | cmyk(29%, 0%, 57%, 92%) | — | |
| HSV | hsv(90, 57%, 8%) | — | |
| HWB | hwb(90 3% 92%) | color: hwb(90 3% 92%) | |
| OKLCH | oklch(0.1853 0.025 130.1) | color: oklch(0.1853 0.025 130.1) | |
| Lab | lab(5.94 -4.53 5.12) | color: lab(5.94 -4.53 5.12) | |
| LCH | lch(5.94 6.84 131.5) | color: lch(5.94 6.84 131.5) |
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)
#11110D — rgb(17, 17, 13)
Tritanopia (Blue-blind)
#0F0E0F — rgb(15, 14, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 40%, 6%);
text
color: hsl(91, 40%, 6%);
border
border: 2px solid hsl(91, 40%, 6%);
gradient light
background: linear-gradient(to right, hsl(91, 40%, 26%), hsl(91, 40%, 6%));
gradient dark
background: linear-gradient(to right, hsl(91, 40%, 6%), hsl(91, 40%, 0%))
hex
background-color: #0F1509;
tailwind
bg-[hsl(91,40%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 40%, 6%, 0.4);
css variable
--color-primary: hsl(91, 40%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(91, 40%, 6%)?
HEX: #0F1509 | RGB: rgb(15, 21, 9) | CMYK: 29%, 0%, 57%, 92% | HSV: 90°, 57%, 8%. Copy any format from the conversion table above.
What colors go well with #0F1509?
The complementary color is HSL(271, 40%, 6%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 40%, 6%) in CSS?
As HSL: color: hsl(91, 40%, 6%); — As HEX: color: #0F1509; — As RGB: color: rgb(15, 21, 9); — Tailwind CSS: bg-[hsl(91,40%,6%)] — CSS variable: --color-primary: hsl(91, 40%, 6%);