HSL(137, 79%, 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(137,79%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 79%, 8%) | color: hsl(137, 79%, 8%) | |
| HEX | #04250D | color: #04250D | |
| RGB | rgb(4, 37, 13) | color: rgb(4, 37, 13) | |
| CMYK | cmyk(89%, 0%, 65%, 85%) | — | |
| HSV | hsv(136, 89%, 15%) | — | |
| HWB | hwb(136 2% 85%) | color: hwb(136 2% 85%) | |
| OKLCH | oklch(0.2334 0.0591 149.1) | color: oklch(0.2334 0.0591 149.1) | |
| Lab | lab(11.81 -18.78 11.7) | color: lab(11.81 -18.78 11.7) | |
| LCH | lch(11.81 22.13 148.08) | color: lch(11.81 22.13 148.08) |
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)
#121313 — rgb(18, 19, 19)
Deuteranopia (Green-blind)
#100E14 — rgb(16, 14, 20)
Tritanopia (Blue-blind)
#061718 — rgb(6, 23, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 79%, 8%);
text
color: hsl(137, 79%, 8%);
border
border: 2px solid hsl(137, 79%, 8%);
gradient light
background: linear-gradient(to right, hsl(137, 79%, 28%), hsl(137, 79%, 8%));
gradient dark
background: linear-gradient(to right, hsl(137, 79%, 8%), hsl(137, 79%, 0%))
hex
background-color: #04250D;
tailwind
bg-[hsl(137,79%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 79%, 8%, 0.4);
css variable
--color-primary: hsl(137, 79%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(137, 79%, 8%)?
HEX: #04250D | RGB: rgb(4, 37, 13) | CMYK: 89%, 0%, 65%, 85% | HSV: 136°, 89%, 15%. Copy any format from the conversion table above.
What colors go well with #04250D?
The complementary color is HSL(317, 79%, 8%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 79%, 8%) in CSS?
As HSL: color: hsl(137, 79%, 8%); — As HEX: color: #04250D; — As RGB: color: rgb(4, 37, 13); — Tailwind CSS: bg-[hsl(137,79%,8%)] — CSS variable: --color-primary: hsl(137, 79%, 8%);