HSL(72, 54%, 8%)
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(72,54%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 54%, 8%) | color: hsl(72, 54%, 8%) | |
| HEX | #1B1F09 | color: #1B1F09 | |
| RGB | rgb(27, 31, 9) | color: rgb(27, 31, 9) | |
| CMYK | cmyk(13%, 0%, 71%, 88%) | — | |
| HSV | hsv(71, 71%, 12%) | — | |
| HWB | hwb(71 3% 88%) | color: hwb(71 3% 88%) | |
| OKLCH | oklch(0.2288 0.038 118.05) | color: oklch(0.2288 0.038 118.05) | |
| Lab | lab(10.8 -6.26 12.26) | color: lab(10.8 -6.26 12.26) | |
| LCH | lch(10.8 13.77 117.05) | color: lch(10.8 13.77 117.05) |
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)
#1D1D0E — rgb(29, 29, 14)
Deuteranopia (Green-blind)
#1D1C10 — rgb(29, 28, 16)
Tritanopia (Blue-blind)
#1B1313 — rgb(27, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 54%, 8%);
text
color: hsl(72, 54%, 8%);
border
border: 2px solid hsl(72, 54%, 8%);
gradient light
background: linear-gradient(to right, hsl(72, 54%, 28%), hsl(72, 54%, 8%));
gradient dark
background: linear-gradient(to right, hsl(72, 54%, 8%), hsl(72, 54%, 0%))
hex
background-color: #1B1F09;
tailwind
bg-[hsl(72,54%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 54%, 8%, 0.4);
css variable
--color-primary: hsl(72, 54%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(72, 54%, 8%)?
HEX: #1B1F09 | RGB: rgb(27, 31, 9) | CMYK: 13%, 0%, 71%, 88% | HSV: 71°, 71%, 12%. Copy any format from the conversion table above.
What colors go well with #1B1F09?
The complementary color is HSL(252, 54%, 8%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 54%, 8%) in CSS?
As HSL: color: hsl(72, 54%, 8%); — As HEX: color: #1B1F09; — As RGB: color: rgb(27, 31, 9); — Tailwind CSS: bg-[hsl(72,54%,8%)] — CSS variable: --color-primary: hsl(72, 54%, 8%);