#22011b
a deep, electric magenta / pink · warm · closest name: black
RGB
34, 1, 27
HSL
313°, 94%, 7%
CMYK
0, 97, 21, 87
Luminance
0.0044
Every format
| HEX | #22011b |
| RGB | rgb(34, 1, 27) |
| HSL | hsl(313, 94%, 7%) |
| CMYK | cmyk(0%, 97%, 21%, 87%) |
| LAB | lab(4.0 18.4 -8.5) |
| LCH | lch(4.0 20.3 335.3) |
| OKLCH | oklch(0.174 0.072 337.6) |
Copy-ready code
/* CSS */
color: #22011b;
background-color: #22011b;
/* Tailwind (arbitrary) */
class="text-[#22011b] bg-[#22011b]"
/* SCSS */
$brand: #22011b;
/* SwiftUI */
Color(red: 0.133, green: 0.004, blue: 0.106)
/* Android */
Color.parseColor("#22011b")Accessibility — WCAG contrast
Aa
#22011b on white: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22011b on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.4%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow20.6%
Key (black)86.7%
Color previews
#22011b text on a black background
contrast 1.09:1
Card sample
#22011b text on a white background
contrast 19.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22011b;
Background color
Panel with #22011b background
background-color: #22011b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22011b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 1, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 1, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22011b; background: linear-gradient(135deg, #22011b, #220105);