HSL(131, 81%, 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(131,81%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 81%, 6%) | color: hsl(131, 81%, 6%) | |
| HEX | #031C07 | color: #031C07 | |
| RGB | rgb(3, 28, 7) | color: rgb(3, 28, 7) | |
| CMYK | cmyk(89%, 0%, 75%, 89%) | — | |
| HSV | hsv(130, 89%, 11%) | — | |
| HWB | hwb(130 1% 89%) | color: hwb(130 1% 89%) | |
| OKLCH | oklch(0.1999 0.052 147.17) | color: oklch(0.1999 0.052 147.17) | |
| Lab | lab(7.81 -13.57 8.58) | color: lab(7.81 -13.57 8.58) | |
| LCH | lch(7.81 16.05 147.7) | color: lch(7.81 16.05 147.7) |
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)
#0E0E0C — rgb(14, 14, 12)
Deuteranopia (Green-blind)
#0C0B0D — rgb(12, 11, 13)
Tritanopia (Blue-blind)
#041011 — rgb(4, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 81%, 6%);
text
color: hsl(131, 81%, 6%);
border
border: 2px solid hsl(131, 81%, 6%);
gradient light
background: linear-gradient(to right, hsl(131, 81%, 26%), hsl(131, 81%, 6%));
gradient dark
background: linear-gradient(to right, hsl(131, 81%, 6%), hsl(131, 81%, 0%))
hex
background-color: #031C07;
tailwind
bg-[hsl(131,81%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 81%, 6%, 0.4);
css variable
--color-primary: hsl(131, 81%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(131, 81%, 6%)?
HEX: #031C07 | RGB: rgb(3, 28, 7) | CMYK: 89%, 0%, 75%, 89% | HSV: 130°, 89%, 11%. Copy any format from the conversion table above.
What colors go well with #031C07?
The complementary color is HSL(311, 81%, 6%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 81%, 6%) in CSS?
As HSL: color: hsl(131, 81%, 6%); — As HEX: color: #031C07; — As RGB: color: rgb(3, 28, 7); — Tailwind CSS: bg-[hsl(131,81%,6%)] — CSS variable: --color-primary: hsl(131, 81%, 6%);