HSL(93, 100%, 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(93,100%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 100%, 4%) | color: hsl(93, 100%, 4%) | |
| HEX | #091400 | color: #091400 | |
| RGB | rgb(9, 20, 0) | color: rgb(9, 20, 0) | |
| CMYK | cmyk(55%, 0%, 100%, 92%) | — | |
| HSV | hsv(93, 100%, 8%) | — | |
| HWB | hwb(93 0% 92%) | color: hwb(93 0% 92%) | |
| OKLCH | oklch(0.1739 0.047 130.24) | color: oklch(0.1739 0.047 130.24) | |
| Lab | lab(5.04 -6.88 7.43) | color: lab(5.04 -6.88 7.43) | |
| LCH | lch(5.04 10.13 132.8) | color: lch(5.04 10.13 132.8) |
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)
#0E0E05 — rgb(14, 14, 5)
Deuteranopia (Green-blind)
#0D0C06 — rgb(13, 12, 6)
Tritanopia (Blue-blind)
#0A090A — rgb(10, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 100%, 4%);
text
color: hsl(93, 100%, 4%);
border
border: 2px solid hsl(93, 100%, 4%);
gradient light
background: linear-gradient(to right, hsl(93, 100%, 24%), hsl(93, 100%, 4%));
gradient dark
background: linear-gradient(to right, hsl(93, 100%, 4%), hsl(93, 100%, 0%))
hex
background-color: #091400;
tailwind
bg-[hsl(93,100%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 100%, 4%, 0.4);
css variable
--color-primary: hsl(93, 100%, 4%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(93, 100%, 4%)?
HEX: #091400 | RGB: rgb(9, 20, 0) | CMYK: 55%, 0%, 100%, 92% | HSV: 93°, 100%, 8%. Copy any format from the conversion table above.
What colors go well with #091400?
The complementary color is HSL(273, 100%, 4%). 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, 100%, 4%) in CSS?
As HSL: color: hsl(93, 100%, 4%); — As HEX: color: #091400; — As RGB: color: rgb(9, 20, 0); — Tailwind CSS: bg-[hsl(93,100%,4%)] — CSS variable: --color-primary: hsl(93, 100%, 4%);