HSL(91, 57%, 8%)
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,57%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 57%, 8%) | color: hsl(91, 57%, 8%) | |
| HEX | #142009 | color: #142009 | |
| RGB | rgb(20, 32, 9) | color: rgb(20, 32, 9) | |
| CMYK | cmyk(38%, 0%, 72%, 87%) | — | |
| HSV | hsv(91, 72%, 13%) | — | |
| HWB | hwb(91 4% 87%) | color: hwb(91 4% 87%) | |
| OKLCH | oklch(0.2254 0.044 131.87) | color: oklch(0.2254 0.044 131.87) | |
| Lab | lab(10.57 -10.56 11.85) | color: lab(10.57 -10.56 11.85) | |
| LCH | lch(10.57 15.87 131.71) | color: lch(10.57 15.87 131.71) |
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)
#19190F — rgb(25, 25, 15)
Deuteranopia (Green-blind)
#191810 — rgb(25, 24, 16)
Tritanopia (Blue-blind)
#151314 — rgb(21, 19, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 57%, 8%);
text
color: hsl(91, 57%, 8%);
border
border: 2px solid hsl(91, 57%, 8%);
gradient light
background: linear-gradient(to right, hsl(91, 57%, 28%), hsl(91, 57%, 8%));
gradient dark
background: linear-gradient(to right, hsl(91, 57%, 8%), hsl(91, 57%, 0%))
hex
background-color: #142009;
tailwind
bg-[hsl(91,57%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 57%, 8%, 0.4);
css variable
--color-primary: hsl(91, 57%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(91, 57%, 8%)?
HEX: #142009 | RGB: rgb(20, 32, 9) | CMYK: 38%, 0%, 72%, 87% | HSV: 91°, 72%, 13%. Copy any format from the conversion table above.
What colors go well with #142009?
The complementary color is HSL(271, 57%, 8%). 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, 57%, 8%) in CSS?
As HSL: color: hsl(91, 57%, 8%); — As HEX: color: #142009; — As RGB: color: rgb(20, 32, 9); — Tailwind CSS: bg-[hsl(91,57%,8%)] — CSS variable: --color-primary: hsl(91, 57%, 8%);