HSL(126, 85%, 13%)
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(126,85%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 85%, 13%) | color: hsl(126, 85%, 13%) | |
| HEX | #053D0B | color: #053D0B | |
| RGB | rgb(5, 61, 11) | color: rgb(5, 61, 11) | |
| CMYK | cmyk(92%, 0%, 82%, 76%) | — | |
| HSV | hsv(126, 92%, 24%) | — | |
| HWB | hwb(126 2% 76%) | color: hwb(126 2% 76%) | |
| OKLCH | oklch(0.3143 0.096 144.19) | color: oklch(0.3143 0.096 144.19) | |
| Lab | lab(21.56 -28.81 24.62) | color: lab(21.56 -28.81 24.62) | |
| LCH | lch(21.56 37.9 139.48) | color: lch(21.56 37.9 139.48) |
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)
#1D1E17 — rgb(29, 30, 23)
Deuteranopia (Green-blind)
#1A161A — rgb(26, 22, 26)
Tritanopia (Blue-blind)
#082123 — rgb(8, 33, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 85%, 13%);
text
color: hsl(126, 85%, 13%);
border
border: 2px solid hsl(126, 85%, 13%);
gradient light
background: linear-gradient(to right, hsl(126, 85%, 33%), hsl(126, 85%, 13%));
gradient dark
background: linear-gradient(to right, hsl(126, 85%, 13%), hsl(126, 85%, 0%))
hex
background-color: #053D0B;
tailwind
bg-[hsl(126,85%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 85%, 13%, 0.4);
css variable
--color-primary: hsl(126, 85%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(126, 85%, 13%)?
HEX: #053D0B | RGB: rgb(5, 61, 11) | CMYK: 92%, 0%, 82%, 76% | HSV: 126°, 92%, 24%. Copy any format from the conversion table above.
What colors go well with #053D0B?
The complementary color is HSL(306, 85%, 13%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 85%, 13%) in CSS?
As HSL: color: hsl(126, 85%, 13%); — As HEX: color: #053D0B; — As RGB: color: rgb(5, 61, 11); — Tailwind CSS: bg-[hsl(126,85%,13%)] — CSS variable: --color-primary: hsl(126, 85%, 13%);