#211b21
a deep, muted magenta / pink · warm · closest name: black
RGB
33, 27, 33
HSL
300°, 10%, 12%
CMYK
0, 18, 0, 87
Luminance
0.0122
Every format
| HEX | #211b21 |
| RGB | rgb(33, 27, 33) |
| HSL | hsl(300, 10%, 12%) |
| CMYK | cmyk(0%, 18%, 0%, 87%) |
| LAB | lab(10.7 4.4 -3.0) |
| LCH | lch(10.7 5.3 325.2) |
| OKLCH | oklch(0.232 0.015 326.0) |
Copy-ready code
/* CSS */
color: #211b21;
background-color: #211b21;
/* Tailwind (arbitrary) */
class="text-[#211b21] bg-[#211b21]"
/* SCSS */
$brand: #211b21;
/* SwiftUI */
Color(red: 0.129, green: 0.106, blue: 0.129)
/* Android */
Color.parseColor("#211b21")Accessibility — WCAG contrast
Aa
#211b21 on white: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211b21 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green10.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow0.0%
Key (black)87.1%
Color previews
#211b21 text on a black background
contrast 1.24:1
Card sample
#211b21 text on a white background
contrast 16.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211b21;
Background color
Panel with #211b21 background
background-color: #211b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 27, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 27, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211b21; background: linear-gradient(135deg, #211b21, #211B1D);