#211821
a deep, soft magenta / pink · warm · closest name: black
RGB
33, 24, 33
HSL
300°, 16%, 11%
CMYK
0, 27, 0, 87
Luminance
0.0109
Every format
| HEX | #211821 |
| RGB | rgb(33, 24, 33) |
| HSL | hsl(300, 16%, 11%) |
| CMYK | cmyk(0%, 27%, 0%, 87%) |
| LAB | lab(9.7 6.6 -4.5) |
| LCH | lch(9.7 8.0 325.6) |
| OKLCH | oklch(0.224 0.022 326.3) |
Copy-ready code
/* CSS */
color: #211821;
background-color: #211821;
/* Tailwind (arbitrary) */
class="text-[#211821] bg-[#211821]"
/* SCSS */
$brand: #211821;
/* SwiftUI */
Color(red: 0.129, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#211821")Accessibility — WCAG contrast
Aa
#211821 on white: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211821 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow0.0%
Key (black)87.1%
Color previews
#211821 text on a black background
contrast 1.22:1
Card sample
#211821 text on a white background
contrast 17.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211821;
Background color
Panel with #211821 background
background-color: #211821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211821; background: linear-gradient(135deg, #211821, #21181B);