HSL(130, 32%, 5%)
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(130,32%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 32%, 5%) | color: hsl(130, 32%, 5%) | |
| HEX | #09110A | color: #09110A | |
| RGB | rgb(9, 17, 10) | color: rgb(9, 17, 10) | |
| CMYK | cmyk(47%, 0%, 41%, 93%) | — | |
| HSV | hsv(128, 47%, 7%) | — | |
| HWB | hwb(128 4% 93%) | color: hwb(128 4% 93%) | |
| OKLCH | oklch(0.1667 0.019 148.01) | color: oklch(0.1667 0.019 148.01) | |
| Lab | lab(4.34 -3.65 2.33) | color: lab(4.34 -3.65 2.33) | |
| LCH | lch(4.34 4.33 147.45) | color: lch(4.34 4.33 147.45) |
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)
#0C0D0C — rgb(12, 13, 12)
Deuteranopia (Green-blind)
#0C0B0C — rgb(12, 11, 12)
Tritanopia (Blue-blind)
#090D0D — rgb(9, 13, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 32%, 5%);
text
color: hsl(130, 32%, 5%);
border
border: 2px solid hsl(130, 32%, 5%);
gradient light
background: linear-gradient(to right, hsl(130, 32%, 25%), hsl(130, 32%, 5%));
gradient dark
background: linear-gradient(to right, hsl(130, 32%, 5%), hsl(130, 32%, 0%))
hex
background-color: #09110A;
tailwind
bg-[hsl(130,32%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 32%, 5%, 0.4);
css variable
--color-primary: hsl(130, 32%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(130, 32%, 5%)?
HEX: #09110A | RGB: rgb(9, 17, 10) | CMYK: 47%, 0%, 41%, 93% | HSV: 128°, 47%, 7%. Copy any format from the conversion table above.
What colors go well with #09110A?
The complementary color is HSL(310, 32%, 5%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 32%, 5%) in CSS?
As HSL: color: hsl(130, 32%, 5%); — As HEX: color: #09110A; — As RGB: color: rgb(9, 17, 10); — Tailwind CSS: bg-[hsl(130,32%,5%)] — CSS variable: --color-primary: hsl(130, 32%, 5%);