HSL(66, 82%, 7%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,82%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 82%, 7%) | color: hsl(66, 82%, 7%) | |
| HEX | #1E2003 | color: #1E2003 | |
| RGB | rgb(30, 32, 3) | color: rgb(30, 32, 3) | |
| CMYK | cmyk(6%, 0%, 91%, 87%) | — | |
| HSV | hsv(64, 91%, 13%) | — | |
| HWB | hwb(64 1% 87%) | color: hwb(64 1% 87%) | |
| OKLCH | oklch(0.234 0.0473 113.18) | color: oklch(0.234 0.0473 113.18) | |
| Lab | lab(11.38 -6.03 15.57) | color: lab(11.38 -6.03 15.57) | |
| LCH | lch(11.38 16.7 111.17) | color: lch(11.38 16.7 111.17) |
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)
#1F1F0A — rgb(31, 31, 10)
Deuteranopia (Green-blind)
#1F1F0C — rgb(31, 31, 12)
Tritanopia (Blue-blind)
#1E1011 — rgb(30, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 82%, 7%);
text
color: hsl(66, 82%, 7%);
border
border: 2px solid hsl(66, 82%, 7%);
gradient light
background: linear-gradient(to right, hsl(66, 82%, 27%), hsl(66, 82%, 7%));
gradient dark
background: linear-gradient(to right, hsl(66, 82%, 7%), hsl(66, 82%, 0%))
hex
background-color: #1E2003;
tailwind
bg-[hsl(66,82%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 82%, 7%, 0.4);
css variable
--color-primary: hsl(66, 82%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(66, 82%, 7%)?
HEX: #1E2003 | RGB: rgb(30, 32, 3) | CMYK: 6%, 0%, 91%, 87% | HSV: 64°, 91%, 13%. Copy any format from the conversion table above.
What colors go well with #1E2003?
The complementary color is HSL(246, 82%, 7%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 82%, 7%) in CSS?
As HSL: color: hsl(66, 82%, 7%); — As HEX: color: #1E2003; — As RGB: color: rgb(30, 32, 3); — Tailwind CSS: bg-[hsl(66,82%,7%)] — CSS variable: --color-primary: hsl(66, 82%, 7%);