HSL(88, 10%, 13%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(88,10%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 10%, 13%) | color: hsl(88, 10%, 13%) | |
| HEX | #21241E | color: #21241E | |
| RGB | rgb(33, 36, 30) | color: rgb(33, 36, 30) | |
| CMYK | cmyk(8%, 0%, 17%, 86%) | — | |
| HSV | hsv(90, 17%, 14%) | — | |
| HWB | hwb(90 12% 86%) | color: hwb(90 12% 86%) | |
| OKLCH | oklch(0.255 0.0118 128.99) | color: oklch(0.255 0.0118 128.99) | |
| Lab | lab(13.7 -2.82 3.55) | color: lab(13.7 -2.82 3.55) | |
| LCH | lch(13.7 4.53 128.46) | color: lch(13.7 4.53 128.46) |
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)
#22221F — rgb(34, 34, 31)
Deuteranopia (Green-blind)
#222220 — rgb(34, 34, 32)
Tritanopia (Blue-blind)
#212121 — rgb(33, 33, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 10%, 13%);
text
color: hsl(88, 10%, 13%);
border
border: 2px solid hsl(88, 10%, 13%);
gradient light
background: linear-gradient(to right, hsl(88, 10%, 33%), hsl(88, 10%, 13%));
gradient dark
background: linear-gradient(to right, hsl(88, 10%, 13%), hsl(88, 10%, 0%))
hex
background-color: #21241E;
tailwind
bg-[hsl(88,10%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 10%, 13%, 0.4);
css variable
--color-primary: hsl(88, 10%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(88, 10%, 13%)?
HEX: #21241E | RGB: rgb(33, 36, 30) | CMYK: 8%, 0%, 17%, 86% | HSV: 90°, 17%, 14%. Copy any format from the conversion table above.
What colors go well with #21241E?
The complementary color is HSL(268, 10%, 13%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 10%, 13%) in CSS?
As HSL: color: hsl(88, 10%, 13%); — As HEX: color: #21241E; — As RGB: color: rgb(33, 36, 30); — Tailwind CSS: bg-[hsl(88,10%,13%)] — CSS variable: --color-primary: hsl(88, 10%, 13%);