HSL(67, 86%, 4%)
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(67,86%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 86%, 4%) | color: hsl(67, 86%, 4%) | |
| HEX | #111301 | color: #111301 | |
| RGB | rgb(17, 19, 1) | color: rgb(17, 19, 1) | |
| CMYK | cmyk(11%, 0%, 95%, 93%) | — | |
| HSV | hsv(67, 95%, 7%) | — | |
| HWB | hwb(67 0% 93%) | color: hwb(67 0% 93%) | |
| OKLCH | oklch(0.1787 0.0374 114.53) | color: oklch(0.1787 0.0374 114.53) | |
| Lab | lab(5.3 -3.63 7.47) | color: lab(5.3 -3.63 7.47) | |
| LCH | lch(5.3 8.31 115.92) | color: lch(5.3 8.31 115.92) |
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)
#121205 — rgb(18, 18, 5)
Deuteranopia (Green-blind)
#121206 — rgb(18, 18, 6)
Tritanopia (Blue-blind)
#11090A — rgb(17, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 86%, 4%);
text
color: hsl(67, 86%, 4%);
border
border: 2px solid hsl(67, 86%, 4%);
gradient light
background: linear-gradient(to right, hsl(67, 86%, 24%), hsl(67, 86%, 4%));
gradient dark
background: linear-gradient(to right, hsl(67, 86%, 4%), hsl(67, 86%, 0%))
hex
background-color: #111301;
tailwind
bg-[hsl(67,86%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 86%, 4%, 0.4);
css variable
--color-primary: hsl(67, 86%, 4%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(67, 86%, 4%)?
HEX: #111301 | RGB: rgb(17, 19, 1) | CMYK: 11%, 0%, 95%, 93% | HSV: 67°, 95%, 7%. Copy any format from the conversion table above.
What colors go well with #111301?
The complementary color is HSL(247, 86%, 4%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 86%, 4%) in CSS?
As HSL: color: hsl(67, 86%, 4%); — As HEX: color: #111301; — As RGB: color: rgb(17, 19, 1); — Tailwind CSS: bg-[hsl(67,86%,4%)] — CSS variable: --color-primary: hsl(67, 86%, 4%);