#211721
a deep, soft magenta / pink · warm · closest name: black
RGB
33, 23, 33
HSL
300°, 18%, 11%
CMYK
0, 30, 0, 87
Luminance
0.0105
Every format
| HEX | #211721 |
| RGB | rgb(33, 23, 33) |
| HSL | hsl(300, 18%, 11%) |
| CMYK | cmyk(0%, 30%, 0%, 87%) |
| LAB | lab(9.4 7.3 -5.0) |
| LCH | lch(9.4 8.9 325.7) |
| OKLCH | oklch(0.222 0.024 326.4) |
Copy-ready code
/* CSS */
color: #211721;
background-color: #211721;
/* Tailwind (arbitrary) */
class="text-[#211721] bg-[#211721]"
/* SCSS */
$brand: #211721;
/* SwiftUI */
Color(red: 0.129, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#211721")Accessibility — WCAG contrast
Aa
#211721 on white: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211721 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow0.0%
Key (black)87.1%
Color previews
#211721 text on a black background
contrast 1.21:1
Card sample
#211721 text on a white background
contrast 17.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211721;
Background color
Panel with #211721 background
background-color: #211721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211721; background: linear-gradient(135deg, #211721, #21171A);