HSL(357, 2%, 13%)
Very Dark Black — Black color
Adjust Color
Color Information
Color Name
Very Dark Black
Color Family
Black
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(357,2%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 2%, 13%) | color: hsl(357, 2%, 13%) | |
| HEX | #222021 | color: #222021 | |
| RGB | rgb(34, 32, 33) | color: rgb(34, 32, 33) | |
| CMYK | cmyk(0%, 6%, 3%, 87%) | — | |
| HSV | hsv(330, 6%, 13%) | — | |
| HWB | hwb(330 12% 87%) | color: hwb(330 12% 87%) | |
| OKLCH | oklch(0.2461 0.0035 345.52) | color: oklch(0.2461 0.0035 345.52) | |
| Lab | lab(12.5 1.19 -0.34) | color: lab(12.5 1.19 -0.34) | |
| LCH | lch(12.5 1.24 344.05) | color: lch(12.5 1.24 344.05) |
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)
#212121 — rgb(33, 33, 33)
Deuteranopia (Green-blind)
#212121 — rgb(33, 33, 33)
Tritanopia (Blue-blind)
#222121 — rgb(34, 33, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 2%, 13%);
text
color: hsl(357, 2%, 13%);
border
border: 2px solid hsl(357, 2%, 13%);
gradient light
background: linear-gradient(to right, hsl(357, 2%, 33%), hsl(357, 2%, 13%));
gradient dark
background: linear-gradient(to right, hsl(357, 2%, 13%), hsl(357, 2%, 0%))
hex
background-color: #222021;
tailwind
bg-[hsl(357,2%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 2%, 13%, 0.4);
css variable
--color-primary: hsl(357, 2%, 13%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(357, 2%, 13%)?
HEX: #222021 | RGB: rgb(34, 32, 33) | CMYK: 0%, 6%, 3%, 87% | HSV: 330°, 6%, 13%. Copy any format from the conversion table above.
What colors go well with #222021?
The complementary color is HSL(177, 2%, 13%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 2%, 13%) in CSS?
As HSL: color: hsl(357, 2%, 13%); — As HEX: color: #222021; — As RGB: color: rgb(34, 32, 33); — Tailwind CSS: bg-[hsl(357,2%,13%)] — CSS variable: --color-primary: hsl(357, 2%, 13%);