HSL(132, 77%, 8%)
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,77%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 77%, 8%) | color: hsl(132, 77%, 8%) | |
| HEX | #05240B | color: #05240B | |
| RGB | rgb(5, 36, 11) | color: rgb(5, 36, 11) | |
| CMYK | cmyk(86%, 0%, 69%, 86%) | — | |
| HSV | hsv(132, 86%, 14%) | — | |
| HWB | hwb(132 2% 86%) | color: hwb(132 2% 86%) | |
| OKLCH | oklch(0.2301 0.059 147.2) | color: oklch(0.2301 0.059 147.2) | |
| Lab | lab(11.4 -18.27 12.06) | color: lab(11.4 -18.27 12.06) | |
| LCH | lch(11.4 21.89 146.57) | color: lch(11.4 21.89 146.57) |
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)
#121311 — rgb(18, 19, 17)
Deuteranopia (Green-blind)
#110E13 — rgb(17, 14, 19)
Tritanopia (Blue-blind)
#071617 — rgb(7, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 77%, 8%);
text
color: hsl(132, 77%, 8%);
border
border: 2px solid hsl(132, 77%, 8%);
gradient light
background: linear-gradient(to right, hsl(132, 77%, 28%), hsl(132, 77%, 8%));
gradient dark
background: linear-gradient(to right, hsl(132, 77%, 8%), hsl(132, 77%, 0%))
hex
background-color: #05240B;
tailwind
bg-[hsl(132,77%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 77%, 8%, 0.4);
css variable
--color-primary: hsl(132, 77%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(132, 77%, 8%)?
HEX: #05240B | RGB: rgb(5, 36, 11) | CMYK: 86%, 0%, 69%, 86% | HSV: 132°, 86%, 14%. Copy any format from the conversion table above.
What colors go well with #05240B?
The complementary color is HSL(312, 77%, 8%). 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, 77%, 8%) in CSS?
As HSL: color: hsl(132, 77%, 8%); — As HEX: color: #05240B; — As RGB: color: rgb(5, 36, 11); — Tailwind CSS: bg-[hsl(132,77%,8%)] — CSS variable: --color-primary: hsl(132, 77%, 8%);