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