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