#e73421
a balanced, electric red · warm · closest name: tomato
RGB
231, 52, 33
HSL
6°, 81%, 52%
CMYK
0, 78, 86, 9
Luminance
0.1955
Every format
| HEX | #e73421 |
| RGB | rgb(231, 52, 33) |
| HSL | hsl(6, 81%, 52%) |
| CMYK | cmyk(0%, 78%, 86%, 9%) |
| LAB | lab(51.3 66.3 53.1) |
| LCH | lch(51.3 85.0 38.7) |
| OKLCH | oklch(0.606 0.217 30.3) |
Copy-ready code
/* CSS */
color: #e73421;
background-color: #e73421;
/* Tailwind (arbitrary) */
class="text-[#e73421] bg-[#e73421]"
/* SCSS */
$brand: #e73421;
/* SwiftUI */
Color(red: 0.906, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#e73421")Accessibility — WCAG contrast
Aa
#e73421 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e73421 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow85.7%
Key (black)9.4%
Color previews
#e73421 text on a black background
contrast 4.91:1
Card sample
#e73421 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e73421;
Background color
Panel with #e73421 background
background-color: #e73421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e73421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e73421; background: linear-gradient(135deg, #e73421, #E7B821);