HSL(96, 85%, 11%)
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,85%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 85%, 11%) | color: hsl(96, 85%, 11%) | |
| HEX | #173404 | color: #173404 | |
| RGB | rgb(23, 52, 4) | color: rgb(23, 52, 4) | |
| CMYK | cmyk(56%, 0%, 92%, 80%) | — | |
| HSV | hsv(96, 92%, 20%) | — | |
| HWB | hwb(96 2% 80%) | color: hwb(96 2% 80%) | |
| OKLCH | oklch(0.2911 0.0808 135.9) | color: oklch(0.2911 0.0808 135.9) | |
| Lab | lab(18.57 -20.78 24.28) | color: lab(18.57 -20.78 24.28) | |
| LCH | lch(18.57 31.96 130.56) | color: lch(18.57 31.96 130.56) |
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)
#242410 — rgb(36, 36, 16)
Deuteranopia (Green-blind)
#222012 — rgb(34, 32, 18)
Tritanopia (Blue-blind)
#18191B — rgb(24, 25, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 85%, 11%);
text
color: hsl(96, 85%, 11%);
border
border: 2px solid hsl(96, 85%, 11%);
gradient light
background: linear-gradient(to right, hsl(96, 85%, 31%), hsl(96, 85%, 11%));
gradient dark
background: linear-gradient(to right, hsl(96, 85%, 11%), hsl(96, 85%, 0%))
hex
background-color: #173404;
tailwind
bg-[hsl(96,85%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 85%, 11%, 0.4);
css variable
--color-primary: hsl(96, 85%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(96, 85%, 11%)?
HEX: #173404 | RGB: rgb(23, 52, 4) | CMYK: 56%, 0%, 92%, 80% | HSV: 96°, 92%, 20%. Copy any format from the conversion table above.
What colors go well with #173404?
The complementary color is HSL(276, 85%, 11%). 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, 85%, 11%) in CSS?
As HSL: color: hsl(96, 85%, 11%); — As HEX: color: #173404; — As RGB: color: rgb(23, 52, 4); — Tailwind CSS: bg-[hsl(96,85%,11%)] — CSS variable: --color-primary: hsl(96, 85%, 11%);