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