#221921
a deep, soft magenta / pink · warm · closest name: black
RGB
34, 25, 33
HSL
307°, 15%, 12%
CMYK
0, 27, 3, 87
Luminance
0.0115
Every format
| HEX | #221921 |
| RGB | rgb(34, 25, 33) |
| HSL | hsl(307, 15%, 12%) |
| CMYK | cmyk(0%, 27%, 3%, 87%) |
| LAB | lab(10.2 6.3 -3.8) |
| LCH | lch(10.2 7.4 328.7) |
| OKLCH | oklch(0.228 0.020 329.9) |
Copy-ready code
/* CSS */
color: #221921;
background-color: #221921;
/* Tailwind (arbitrary) */
class="text-[#221921] bg-[#221921]"
/* SCSS */
$brand: #221921;
/* SwiftUI */
Color(red: 0.133, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#221921")Accessibility — WCAG contrast
Aa
#221921 on white: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221921 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow2.9%
Key (black)86.7%
Color previews
#221921 text on a black background
contrast 1.23:1
Card sample
#221921 text on a white background
contrast 17.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221921;
Background color
Panel with #221921 background
background-color: #221921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221921; background: linear-gradient(135deg, #221921, #22191B);