#220401
a deep, electric red · warm · closest name: black
RGB
34, 4, 1
HSL
6°, 94%, 7%
CMYK
0, 88, 97, 87
Luminance
0.0043
Every format
| HEX | #220401 |
| RGB | rgb(34, 4, 1) |
| HSL | hsl(6, 94%, 7%) |
| CMYK | cmyk(0%, 88%, 97%, 87%) |
| LAB | lab(3.9 12.3 5.6) |
| LCH | lch(3.9 13.5 24.5) |
| OKLCH | oklch(0.169 0.055 33.9) |
Copy-ready code
/* CSS */
color: #220401;
background-color: #220401;
/* Tailwind (arbitrary) */
class="text-[#220401] bg-[#220401]"
/* SCSS */
$brand: #220401;
/* SwiftUI */
Color(red: 0.133, green: 0.016, blue: 0.004)
/* Android */
Color.parseColor("#220401")Accessibility — WCAG contrast
Aa
#220401 on white: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220401 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green1.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow97.1%
Key (black)86.7%
Color previews
#220401 text on a black background
contrast 1.09:1
Card sample
#220401 text on a white background
contrast 19.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220401;
Background color
Panel with #220401 background
background-color: #220401;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220401;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 4, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 4, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220401; background: linear-gradient(135deg, #220401, #221A01);