#220003
a deep, electric red · warm · closest name: black
RGB
34, 0, 3
HSL
355°, 100%, 7%
CMYK
0, 100, 91, 87
Luminance
0.0035
Every format
| HEX | #220003 |
| RGB | rgb(34, 0, 3) |
| HSL | hsl(355, 100%, 7%) |
| CMYK | cmyk(0%, 100%, 91%, 87%) |
| LAB | lab(3.1 14.2 3.7) |
| LCH | lch(3.1 14.7 14.7) |
| OKLCH | oklch(0.159 0.064 20.0) |
Copy-ready code
/* CSS */
color: #220003;
background-color: #220003;
/* Tailwind (arbitrary) */
class="text-[#220003] bg-[#220003]"
/* SCSS */
$brand: #220003;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.012)
/* Android */
Color.parseColor("#220003")Accessibility — WCAG contrast
Aa
#220003 on white: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220003 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow91.2%
Key (black)86.7%
Color previews
#220003 text on a black background
contrast 1.07:1
Card sample
#220003 text on a white background
contrast 19.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220003;
Background color
Panel with #220003 background
background-color: #220003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220003; background: linear-gradient(135deg, #220003, #221400);