HSL(82, 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(82,54%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 54%, 8%) | color: hsl(82, 54%, 8%) | |
| HEX | #171F09 | color: #171F09 | |
| RGB | rgb(23, 31, 9) | color: rgb(23, 31, 9) | |
| CMYK | cmyk(26%, 0%, 71%, 88%) | — | |
| HSV | hsv(82, 71%, 12%) | — | |
| HWB | hwb(82 3% 88%) | color: hwb(82 3% 88%) | |
| OKLCH | oklch(0.2249 0.0401 125.99) | color: oklch(0.2249 0.0401 125.99) | |
| Lab | lab(10.42 -8.4 11.68) | color: lab(10.42 -8.4 11.68) | |
| LCH | lch(10.42 14.39 125.72) | color: lch(10.42 14.39 125.72) |
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)
#1A1B0E — rgb(26, 27, 14)
Deuteranopia (Green-blind)
#1A1910 — rgb(26, 25, 16)
Tritanopia (Blue-blind)
#171313 — rgb(23, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 54%, 8%);
text
color: hsl(82, 54%, 8%);
border
border: 2px solid hsl(82, 54%, 8%);
gradient light
background: linear-gradient(to right, hsl(82, 54%, 28%), hsl(82, 54%, 8%));
gradient dark
background: linear-gradient(to right, hsl(82, 54%, 8%), hsl(82, 54%, 0%))
hex
background-color: #171F09;
tailwind
bg-[hsl(82,54%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 54%, 8%, 0.4);
css variable
--color-primary: hsl(82, 54%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(82, 54%, 8%)?
HEX: #171F09 | RGB: rgb(23, 31, 9) | CMYK: 26%, 0%, 71%, 88% | HSV: 82°, 71%, 12%. Copy any format from the conversion table above.
What colors go well with #171F09?
The complementary color is HSL(262, 54%, 8%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 54%, 8%) in CSS?
As HSL: color: hsl(82, 54%, 8%); — As HEX: color: #171F09; — As RGB: color: rgb(23, 31, 9); — Tailwind CSS: bg-[hsl(82,54%,8%)] — CSS variable: --color-primary: hsl(82, 54%, 8%);