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