#e04534
a balanced, vivid red · warm · closest name: tomato
RGB
224, 69, 52
HSL
6°, 74%, 54%
CMYK
0, 69, 77, 12
Luminance
0.2035
Every format
| HEX | #e04534 |
| RGB | rgb(224, 69, 52) |
| HSL | hsl(6, 74%, 54%) |
| CMYK | cmyk(0%, 69%, 77%, 12%) |
| LAB | lab(52.2 59.0 44.1) |
| LCH | lch(52.2 73.7 36.8) |
| OKLCH | oklch(0.611 0.195 29.9) |
Copy-ready code
/* CSS */
color: #e04534;
background-color: #e04534;
/* Tailwind (arbitrary) */
class="text-[#e04534] bg-[#e04534]"
/* SCSS */
$brand: #e04534;
/* SwiftUI */
Color(red: 0.878, green: 0.271, blue: 0.204)
/* Android */
Color.parseColor("#e04534")Accessibility — WCAG contrast
Aa
#e04534 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e04534 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green27.1%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow76.8%
Key (black)12.2%
Color previews
#e04534 text on a black background
contrast 5.07:1
Card sample
#e04534 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e04534;
Background color
Panel with #e04534 background
background-color: #e04534;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e04534;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 69, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 69, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e04534; background: linear-gradient(135deg, #e04534, #E0B834);