HSL(93, 66%, 3%)
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(93,66%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 66%, 3%) | color: hsl(93, 66%, 3%) | |
| HEX | #070D03 | color: #070D03 | |
| RGB | rgb(7, 13, 3) | color: rgb(7, 13, 3) | |
| CMYK | cmyk(46%, 0%, 77%, 95%) | — | |
| HSV | hsv(96, 77%, 5%) | — | |
| HWB | hwb(96 1% 95%) | color: hwb(96 1% 95%) | |
| OKLCH | oklch(0.1481 0.0267 131.1) | color: oklch(0.1481 0.0267 131.1) | |
| Lab | lab(3.07 -3.06 3.31) | color: lab(3.07 -3.06 3.31) | |
| LCH | lch(3.07 4.51 132.75) | color: lch(3.07 4.51 132.75) |
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)
#0A0A05 — rgb(10, 10, 5)
Deuteranopia (Green-blind)
#090906 — rgb(9, 9, 6)
Tritanopia (Blue-blind)
#070708 — rgb(7, 7, 8)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 66%, 3%);
text
color: hsl(93, 66%, 3%);
border
border: 2px solid hsl(93, 66%, 3%);
gradient light
background: linear-gradient(to right, hsl(93, 66%, 23%), hsl(93, 66%, 3%));
gradient dark
background: linear-gradient(to right, hsl(93, 66%, 3%), hsl(93, 66%, 0%))
hex
background-color: #070D03;
tailwind
bg-[hsl(93,66%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 66%, 3%, 0.4);
css variable
--color-primary: hsl(93, 66%, 3%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(93, 66%, 3%)?
HEX: #070D03 | RGB: rgb(7, 13, 3) | CMYK: 46%, 0%, 77%, 95% | HSV: 96°, 77%, 5%. Copy any format from the conversion table above.
What colors go well with #070D03?
The complementary color is HSL(273, 66%, 3%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 66%, 3%) in CSS?
As HSL: color: hsl(93, 66%, 3%); — As HEX: color: #070D03; — As RGB: color: rgb(7, 13, 3); — Tailwind CSS: bg-[hsl(93,66%,3%)] — CSS variable: --color-primary: hsl(93, 66%, 3%);