HSL(96, 90%, 4%)
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(96,90%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 90%, 4%) | color: hsl(96, 90%, 4%) | |
| HEX | #081301 | color: #081301 | |
| RGB | rgb(8, 19, 1) | color: rgb(8, 19, 1) | |
| CMYK | cmyk(58%, 0%, 95%, 93%) | — | |
| HSV | hsv(97, 95%, 7%) | — | |
| HWB | hwb(97 0% 93%) | color: hwb(97 0% 93%) | |
| OKLCH | oklch(0.1698 0.0433 132.05) | color: oklch(0.1698 0.0433 132.05) | |
| Lab | lab(4.69 -6.36 6.5) | color: lab(4.69 -6.36 6.5) | |
| LCH | lch(4.69 9.09 134.38) | color: lch(4.69 9.09 134.38) |
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)
#0D0D05 — rgb(13, 13, 5)
Deuteranopia (Green-blind)
#0C0B06 — rgb(12, 11, 6)
Tritanopia (Blue-blind)
#09090A — rgb(9, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 90%, 4%);
text
color: hsl(96, 90%, 4%);
border
border: 2px solid hsl(96, 90%, 4%);
gradient light
background: linear-gradient(to right, hsl(96, 90%, 24%), hsl(96, 90%, 4%));
gradient dark
background: linear-gradient(to right, hsl(96, 90%, 4%), hsl(96, 90%, 0%))
hex
background-color: #081301;
tailwind
bg-[hsl(96,90%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 90%, 4%, 0.4);
css variable
--color-primary: hsl(96, 90%, 4%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(96, 90%, 4%)?
HEX: #081301 | RGB: rgb(8, 19, 1) | CMYK: 58%, 0%, 95%, 93% | HSV: 97°, 95%, 7%. Copy any format from the conversion table above.
What colors go well with #081301?
The complementary color is HSL(276, 90%, 4%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 90%, 4%) in CSS?
As HSL: color: hsl(96, 90%, 4%); — As HEX: color: #081301; — As RGB: color: rgb(8, 19, 1); — Tailwind CSS: bg-[hsl(96,90%,4%)] — CSS variable: --color-primary: hsl(96, 90%, 4%);