HSL(89, 40%, 11%)
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(89,40%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 40%, 11%) | color: hsl(89, 40%, 11%) | |
| HEX | #1C2711 | color: #1C2711 | |
| RGB | rgb(28, 39, 17) | color: rgb(28, 39, 17) | |
| CMYK | cmyk(28%, 0%, 56%, 85%) | — | |
| HSV | hsv(90, 56%, 15%) | — | |
| HWB | hwb(90 7% 85%) | color: hwb(90 7% 85%) | |
| OKLCH | oklch(0.2557 0.0415 130.58) | color: oklch(0.2557 0.0415 130.58) | |
| Lab | lab(14.05 -9.78 12.82) | color: lab(14.05 -9.78 12.82) | |
| LCH | lch(14.05 16.12 127.34) | color: lch(14.05 16.12 127.34) |
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)
#212116 — rgb(33, 33, 22)
Deuteranopia (Green-blind)
#201F18 — rgb(32, 31, 24)
Tritanopia (Blue-blind)
#1D1B1B — rgb(29, 27, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 40%, 11%);
text
color: hsl(89, 40%, 11%);
border
border: 2px solid hsl(89, 40%, 11%);
gradient light
background: linear-gradient(to right, hsl(89, 40%, 31%), hsl(89, 40%, 11%));
gradient dark
background: linear-gradient(to right, hsl(89, 40%, 11%), hsl(89, 40%, 0%))
hex
background-color: #1C2711;
tailwind
bg-[hsl(89,40%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 40%, 11%, 0.4);
css variable
--color-primary: hsl(89, 40%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(89, 40%, 11%)?
HEX: #1C2711 | RGB: rgb(28, 39, 17) | CMYK: 28%, 0%, 56%, 85% | HSV: 90°, 56%, 15%. Copy any format from the conversion table above.
What colors go well with #1C2711?
The complementary color is HSL(269, 40%, 11%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 40%, 11%) in CSS?
As HSL: color: hsl(89, 40%, 11%); — As HEX: color: #1C2711; — As RGB: color: rgb(28, 39, 17); — Tailwind CSS: bg-[hsl(89,40%,11%)] — CSS variable: --color-primary: hsl(89, 40%, 11%);