HSL(125, 80%, 5%)
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(125,80%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 80%, 5%) | color: hsl(125, 80%, 5%) | |
| HEX | #031704 | color: #031704 | |
| RGB | rgb(3, 23, 4) | color: rgb(3, 23, 4) | |
| CMYK | cmyk(87%, 0%, 83%, 91%) | — | |
| HSV | hsv(123, 87%, 9%) | — | |
| HWB | hwb(123 1% 91%) | color: hwb(123 1% 91%) | |
| OKLCH | oklch(0.1809 0.0483 144.53) | color: oklch(0.1809 0.0483 144.53) | |
| Lab | lab(5.79 -9.97 6.84) | color: lab(5.79 -9.97 6.84) | |
| LCH | lch(5.79 12.09 145.55) | color: lch(5.79 12.09 145.55) |
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)
#0C0C09 — rgb(12, 12, 9)
Deuteranopia (Green-blind)
#0B090A — rgb(11, 9, 10)
Tritanopia (Blue-blind)
#040C0D — rgb(4, 12, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 80%, 5%);
text
color: hsl(125, 80%, 5%);
border
border: 2px solid hsl(125, 80%, 5%);
gradient light
background: linear-gradient(to right, hsl(125, 80%, 25%), hsl(125, 80%, 5%));
gradient dark
background: linear-gradient(to right, hsl(125, 80%, 5%), hsl(125, 80%, 0%))
hex
background-color: #031704;
tailwind
bg-[hsl(125,80%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 80%, 5%, 0.4);
css variable
--color-primary: hsl(125, 80%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(125, 80%, 5%)?
HEX: #031704 | RGB: rgb(3, 23, 4) | CMYK: 87%, 0%, 83%, 91% | HSV: 123°, 87%, 9%. Copy any format from the conversion table above.
What colors go well with #031704?
The complementary color is HSL(305, 80%, 5%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 80%, 5%) in CSS?
As HSL: color: hsl(125, 80%, 5%); — As HEX: color: #031704; — As RGB: color: rgb(3, 23, 4); — Tailwind CSS: bg-[hsl(125,80%,5%)] — CSS variable: --color-primary: hsl(125, 80%, 5%);