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