HSL(83, 48%, 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(83,48%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 48%, 8%) | color: hsl(83, 48%, 8%) | |
| HEX | #171E0B | color: #171E0B | |
| RGB | rgb(23, 30, 11) | color: rgb(23, 30, 11) | |
| CMYK | cmyk(23%, 0%, 63%, 88%) | — | |
| HSV | hsv(82, 63%, 12%) | — | |
| HWB | hwb(82 4% 88%) | color: hwb(82 4% 88%) | |
| OKLCH | oklch(0.2221 0.0354 125.75) | color: oklch(0.2221 0.0354 125.75) | |
| Lab | lab(10.07 -7.45 10.36) | color: lab(10.07 -7.45 10.36) | |
| LCH | lch(10.07 12.76 125.72) | color: lch(10.07 12.76 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)
#1A1A10 — rgb(26, 26, 16)
Deuteranopia (Green-blind)
#1A1911 — rgb(26, 25, 17)
Tritanopia (Blue-blind)
#171314 — rgb(23, 19, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 48%, 8%);
text
color: hsl(83, 48%, 8%);
border
border: 2px solid hsl(83, 48%, 8%);
gradient light
background: linear-gradient(to right, hsl(83, 48%, 28%), hsl(83, 48%, 8%));
gradient dark
background: linear-gradient(to right, hsl(83, 48%, 8%), hsl(83, 48%, 0%))
hex
background-color: #171E0B;
tailwind
bg-[hsl(83,48%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 48%, 8%, 0.4);
css variable
--color-primary: hsl(83, 48%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(83, 48%, 8%)?
HEX: #171E0B | RGB: rgb(23, 30, 11) | CMYK: 23%, 0%, 63%, 88% | HSV: 82°, 63%, 12%. Copy any format from the conversion table above.
What colors go well with #171E0B?
The complementary color is HSL(263, 48%, 8%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 48%, 8%) in CSS?
As HSL: color: hsl(83, 48%, 8%); — As HEX: color: #171E0B; — As RGB: color: rgb(23, 30, 11); — Tailwind CSS: bg-[hsl(83,48%,8%)] — CSS variable: --color-primary: hsl(83, 48%, 8%);