#e43421
a balanced, electric red · warm · closest name: tomato
RGB
228, 52, 33
HSL
6°, 78%, 51%
CMYK
0, 77, 86, 11
Luminance
0.1906
Every format
| HEX | #e43421 |
| RGB | rgb(228, 52, 33) |
| HSL | hsl(6, 78%, 51%) |
| CMYK | cmyk(0%, 77%, 86%, 11%) |
| LAB | lab(50.8 65.4 52.4) |
| LCH | lch(50.8 83.8 38.7) |
| OKLCH | oklch(0.601 0.214 30.4) |
Copy-ready code
/* CSS */
color: #e43421;
background-color: #e43421;
/* Tailwind (arbitrary) */
class="text-[#e43421] bg-[#e43421]"
/* SCSS */
$brand: #e43421;
/* SwiftUI */
Color(red: 0.894, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#e43421")Accessibility — WCAG contrast
Aa
#e43421 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e43421 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow85.5%
Key (black)10.6%
Color previews
#e43421 text on a black background
contrast 4.81:1
Card sample
#e43421 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e43421;
Background color
Panel with #e43421 background
background-color: #e43421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e43421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e43421; background: linear-gradient(135deg, #e43421, #E4B621);