HSL(132, 48%, 6%)
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(132,48%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 48%, 6%) | color: hsl(132, 48%, 6%) | |
| HEX | #08170B | color: #08170B | |
| RGB | rgb(8, 23, 11) | color: rgb(8, 23, 11) | |
| CMYK | cmyk(65%, 0%, 52%, 91%) | — | |
| HSV | hsv(132, 65%, 9%) | — | |
| HWB | hwb(132 3% 91%) | color: hwb(132 3% 91%) | |
| OKLCH | oklch(0.1867 0.0321 149.17) | color: oklch(0.1867 0.0321 149.17) | |
| Lab | lab(6.22 -7.68 4.65) | color: lab(6.22 -7.68 4.65) | |
| LCH | lch(6.22 8.98 148.81) | color: lch(6.22 8.98 148.81) |
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)
#0E0F0E — rgb(14, 15, 14)
Deuteranopia (Green-blind)
#0E0D0F — rgb(14, 13, 15)
Tritanopia (Blue-blind)
#091011 — rgb(9, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 48%, 6%);
text
color: hsl(132, 48%, 6%);
border
border: 2px solid hsl(132, 48%, 6%);
gradient light
background: linear-gradient(to right, hsl(132, 48%, 26%), hsl(132, 48%, 6%));
gradient dark
background: linear-gradient(to right, hsl(132, 48%, 6%), hsl(132, 48%, 0%))
hex
background-color: #08170B;
tailwind
bg-[hsl(132,48%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 48%, 6%, 0.4);
css variable
--color-primary: hsl(132, 48%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(132, 48%, 6%)?
HEX: #08170B | RGB: rgb(8, 23, 11) | CMYK: 65%, 0%, 52%, 91% | HSV: 132°, 65%, 9%. Copy any format from the conversion table above.
What colors go well with #08170B?
The complementary color is HSL(312, 48%, 6%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 48%, 6%) in CSS?
As HSL: color: hsl(132, 48%, 6%); — As HEX: color: #08170B; — As RGB: color: rgb(8, 23, 11); — Tailwind CSS: bg-[hsl(132,48%,6%)] — CSS variable: --color-primary: hsl(132, 48%, 6%);