HSL(88, 30%, 13%)
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(88,30%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 30%, 13%) | color: hsl(88, 30%, 13%) | |
| HEX | #222B17 | color: #222B17 | |
| RGB | rgb(34, 43, 23) | color: rgb(34, 43, 23) | |
| CMYK | cmyk(21%, 0%, 47%, 83%) | — | |
| HSV | hsv(87, 47%, 17%) | — | |
| HWB | hwb(87 9% 83%) | color: hwb(87 9% 83%) | |
| OKLCH | oklch(0.2742 0.037 128.34) | color: oklch(0.2742 0.037 128.34) | |
| Lab | lab(16.15 -8.39 11.77) | color: lab(16.15 -8.39 11.77) | |
| LCH | lch(16.15 14.45 125.48) | color: lch(16.15 14.45 125.48) |
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)
#26261C — rgb(38, 38, 28)
Deuteranopia (Green-blind)
#25251D — rgb(37, 37, 29)
Tritanopia (Blue-blind)
#222021 — rgb(34, 32, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 30%, 13%);
text
color: hsl(88, 30%, 13%);
border
border: 2px solid hsl(88, 30%, 13%);
gradient light
background: linear-gradient(to right, hsl(88, 30%, 33%), hsl(88, 30%, 13%));
gradient dark
background: linear-gradient(to right, hsl(88, 30%, 13%), hsl(88, 30%, 0%))
hex
background-color: #222B17;
tailwind
bg-[hsl(88,30%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 30%, 13%, 0.4);
css variable
--color-primary: hsl(88, 30%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(88, 30%, 13%)?
HEX: #222B17 | RGB: rgb(34, 43, 23) | CMYK: 21%, 0%, 47%, 83% | HSV: 87°, 47%, 17%. Copy any format from the conversion table above.
What colors go well with #222B17?
The complementary color is HSL(268, 30%, 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, 30%, 13%) in CSS?
As HSL: color: hsl(88, 30%, 13%); — As HEX: color: #222B17; — As RGB: color: rgb(34, 43, 23); — Tailwind CSS: bg-[hsl(88,30%,13%)] — CSS variable: --color-primary: hsl(88, 30%, 13%);