HSL(93, 29%, 8%)
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(93,29%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 29%, 8%) | color: hsl(93, 29%, 8%) | |
| HEX | #141A0E | color: #141A0E | |
| RGB | rgb(20, 26, 14) | color: rgb(20, 26, 14) | |
| CMYK | cmyk(23%, 0%, 46%, 90%) | — | |
| HSV | hsv(90, 46%, 10%) | — | |
| HWB | hwb(90 5% 90%) | color: hwb(90 5% 90%) | |
| OKLCH | oklch(0.2074 0.0244 129.89) | color: oklch(0.2074 0.0244 129.89) | |
| Lab | lab(8.3 -5.58 6.39) | color: lab(8.3 -5.58 6.39) | |
| LCH | lch(8.3 8.48 131.13) | color: lch(8.3 8.48 131.13) |
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)
#171711 — rgb(23, 23, 17)
Deuteranopia (Green-blind)
#161612 — rgb(22, 22, 18)
Tritanopia (Blue-blind)
#141314 — rgb(20, 19, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 29%, 8%);
text
color: hsl(93, 29%, 8%);
border
border: 2px solid hsl(93, 29%, 8%);
gradient light
background: linear-gradient(to right, hsl(93, 29%, 28%), hsl(93, 29%, 8%));
gradient dark
background: linear-gradient(to right, hsl(93, 29%, 8%), hsl(93, 29%, 0%))
hex
background-color: #141A0E;
tailwind
bg-[hsl(93,29%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 29%, 8%, 0.4);
css variable
--color-primary: hsl(93, 29%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(93, 29%, 8%)?
HEX: #141A0E | RGB: rgb(20, 26, 14) | CMYK: 23%, 0%, 46%, 90% | HSV: 90°, 46%, 10%. Copy any format from the conversion table above.
What colors go well with #141A0E?
The complementary color is HSL(273, 29%, 8%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 29%, 8%) in CSS?
As HSL: color: hsl(93, 29%, 8%); — As HEX: color: #141A0E; — As RGB: color: rgb(20, 26, 14); — Tailwind CSS: bg-[hsl(93,29%,8%)] — CSS variable: --color-primary: hsl(93, 29%, 8%);