HSL(89, 69%, 7%)
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,69%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 69%, 7%) | color: hsl(89, 69%, 7%) | |
| HEX | #121E06 | color: #121E06 | |
| RGB | rgb(18, 30, 6) | color: rgb(18, 30, 6) | |
| CMYK | cmyk(40%, 0%, 80%, 88%) | — | |
| HSV | hsv(90, 80%, 12%) | — | |
| HWB | hwb(90 2% 88%) | color: hwb(90 2% 88%) | |
| OKLCH | oklch(0.2167 0.0459 131.2) | color: oklch(0.2167 0.0459 131.2) | |
| Lab | lab(9.56 -10.64 11.63) | color: lab(9.56 -10.64 11.63) | |
| LCH | lch(9.56 15.76 132.45) | color: lch(9.56 15.76 132.45) |
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)
#17170C — rgb(23, 23, 12)
Deuteranopia (Green-blind)
#17160D — rgb(23, 22, 13)
Tritanopia (Blue-blind)
#131011 — rgb(19, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 69%, 7%);
text
color: hsl(89, 69%, 7%);
border
border: 2px solid hsl(89, 69%, 7%);
gradient light
background: linear-gradient(to right, hsl(89, 69%, 27%), hsl(89, 69%, 7%));
gradient dark
background: linear-gradient(to right, hsl(89, 69%, 7%), hsl(89, 69%, 0%))
hex
background-color: #121E06;
tailwind
bg-[hsl(89,69%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 69%, 7%, 0.4);
css variable
--color-primary: hsl(89, 69%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(89, 69%, 7%)?
HEX: #121E06 | RGB: rgb(18, 30, 6) | CMYK: 40%, 0%, 80%, 88% | HSV: 90°, 80%, 12%. Copy any format from the conversion table above.
What colors go well with #121E06?
The complementary color is HSL(269, 69%, 7%). 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, 69%, 7%) in CSS?
As HSL: color: hsl(89, 69%, 7%); — As HEX: color: #121E06; — As RGB: color: rgb(18, 30, 6); — Tailwind CSS: bg-[hsl(89,69%,7%)] — CSS variable: --color-primary: hsl(89, 69%, 7%);