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