#22111a
a deep, soft magenta / pink · warm · closest name: black
RGB
34, 17, 26
HSL
328°, 33%, 10%
CMYK
0, 50, 24, 87
Luminance
0.0082
Every format
| HEX | #22111a |
| RGB | rgb(34, 17, 26) |
| HSL | hsl(328, 33%, 10%) |
| CMYK | cmyk(0%, 50%, 24%, 87%) |
| LAB | lab(7.4 10.5 -2.7) |
| LCH | lch(7.4 10.9 345.7) |
| OKLCH | oklch(0.205 0.032 347.3) |
Copy-ready code
/* CSS */
color: #22111a;
background-color: #22111a;
/* Tailwind (arbitrary) */
class="text-[#22111a] bg-[#22111a]"
/* SCSS */
$brand: #22111a;
/* SwiftUI */
Color(red: 0.133, green: 0.067, blue: 0.102)
/* Android */
Color.parseColor("#22111a")Accessibility — WCAG contrast
Aa
#22111a on white: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22111a on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green6.7%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow23.5%
Key (black)86.7%
Color previews
#22111a text on a black background
contrast 1.16:1
Card sample
#22111a text on a white background
contrast 18.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22111a;
Background color
Panel with #22111a background
background-color: #22111a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22111a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 17, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 17, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22111a; background: linear-gradient(135deg, #22111a, #221311);