HSL(86, 76%, 12%)
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(86,76%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 76%, 12%) | color: hsl(86, 76%, 12%) | |
| HEX | #223607 | color: #223607 | |
| RGB | rgb(34, 54, 7) | color: rgb(34, 54, 7) | |
| CMYK | cmyk(37%, 0%, 87%, 79%) | — | |
| HSV | hsv(86, 87%, 21%) | — | |
| HWB | hwb(86 3% 79%) | color: hwb(86 3% 79%) | |
| OKLCH | oklch(0.3048 0.0741 130.2) | color: oklch(0.3048 0.0741 130.2) | |
| Lab | lab(20.02 -16.82 24.9) | color: lab(20.02 -16.82 24.9) | |
| LCH | lch(20.02 30.05 124.04) | color: lch(20.02 30.05 124.04) |
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)
#2B2B12 — rgb(43, 43, 18)
Deuteranopia (Green-blind)
#2A2815 — rgb(42, 40, 21)
Tritanopia (Blue-blind)
#231B1D — rgb(35, 27, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 76%, 12%);
text
color: hsl(86, 76%, 12%);
border
border: 2px solid hsl(86, 76%, 12%);
gradient light
background: linear-gradient(to right, hsl(86, 76%, 32%), hsl(86, 76%, 12%));
gradient dark
background: linear-gradient(to right, hsl(86, 76%, 12%), hsl(86, 76%, 0%))
hex
background-color: #223607;
tailwind
bg-[hsl(86,76%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 76%, 12%, 0.4);
css variable
--color-primary: hsl(86, 76%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(86, 76%, 12%)?
HEX: #223607 | RGB: rgb(34, 54, 7) | CMYK: 37%, 0%, 87%, 79% | HSV: 86°, 87%, 21%. Copy any format from the conversion table above.
What colors go well with #223607?
The complementary color is HSL(266, 76%, 12%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 76%, 12%) in CSS?
As HSL: color: hsl(86, 76%, 12%); — As HEX: color: #223607; — As RGB: color: rgb(34, 54, 7); — Tailwind CSS: bg-[hsl(86,76%,12%)] — CSS variable: --color-primary: hsl(86, 76%, 12%);