HSL(232, 7%, 14%)
Very Dark Black — Black color
Adjust Color
Color Information
Color Name
Very Dark Black
Color Family
Black
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(232,7%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 7%, 14%) | color: hsl(232, 7%, 14%) | |
| HEX | #212226 | color: #212226 | |
| RGB | rgb(33, 34, 38) | color: rgb(33, 34, 38) | |
| CMYK | cmyk(13%, 11%, 0%, 85%) | — | |
| HSV | hsv(228, 13%, 15%) | — | |
| HWB | hwb(228 13% 85%) | color: hwb(228 13% 85%) | |
| OKLCH | oklch(0.2526 0.0077 274.64) | color: oklch(0.2526 0.0077 274.64) | |
| Lab | lab(13.27 0.58 -2.84) | color: lab(13.27 0.58 -2.84) | |
| LCH | lch(13.27 2.9 281.54) | color: lch(13.27 2.9 281.54) |
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)
#212125 — rgb(33, 33, 37)
Deuteranopia (Green-blind)
#212125 — rgb(33, 33, 37)
Tritanopia (Blue-blind)
#212424 — rgb(33, 36, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 7%, 14%);
text
color: hsl(232, 7%, 14%);
border
border: 2px solid hsl(232, 7%, 14%);
gradient light
background: linear-gradient(to right, hsl(232, 7%, 34%), hsl(232, 7%, 14%));
gradient dark
background: linear-gradient(to right, hsl(232, 7%, 14%), hsl(232, 7%, 0%))
hex
background-color: #212226;
tailwind
bg-[hsl(232,7%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 7%, 14%, 0.4);
css variable
--color-primary: hsl(232, 7%, 14%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(232, 7%, 14%)?
HEX: #212226 | RGB: rgb(33, 34, 38) | CMYK: 13%, 11%, 0%, 85% | HSV: 228°, 13%, 15%. Copy any format from the conversion table above.
What colors go well with #212226?
The complementary color is HSL(52, 7%, 14%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 7%, 14%) in CSS?
As HSL: color: hsl(232, 7%, 14%); — As HEX: color: #212226; — As RGB: color: rgb(33, 34, 38); — Tailwind CSS: bg-[hsl(232,7%,14%)] — CSS variable: --color-primary: hsl(232, 7%, 14%);