#ea2221
a balanced, electric red · warm · closest name: red
RGB
234, 34, 33
HSL
0°, 83%, 52%
CMYK
0, 86, 86, 8
Luminance
0.1875
Every format
| HEX | #ea2221 |
| RGB | rgb(234, 34, 33) |
| HSL | hsl(0, 83%, 52%) |
| CMYK | cmyk(0%, 86%, 86%, 8%) |
| LAB | lab(50.4 71.5 52.6) |
| LCH | lch(50.4 88.7 36.3) |
| OKLCH | oklch(0.600 0.230 28.0) |
Copy-ready code
/* CSS */
color: #ea2221;
background-color: #ea2221;
/* Tailwind (arbitrary) */
class="text-[#ea2221] bg-[#ea2221]"
/* SCSS */
$brand: #ea2221;
/* SwiftUI */
Color(red: 0.918, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#ea2221")Accessibility — WCAG contrast
Aa
#ea2221 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2221 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow85.9%
Key (black)8.2%
Color previews
#ea2221 text on a black background
contrast 4.75:1
Card sample
#ea2221 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2221;
Background color
Panel with #ea2221 background
background-color: #ea2221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2221; background: linear-gradient(135deg, #ea2221, #EAA821);