#e84a4a
a balanced, electric red · warm · closest name: crimson
RGB
232, 74, 74
HSL
0°, 78%, 60%
CMYK
0, 68, 68, 9
Luminance
0.2255
Every format
| HEX | #e84a4a |
| RGB | rgb(232, 74, 74) |
| HSL | hsl(0, 78%, 60%) |
| CMYK | cmyk(0%, 68%, 68%, 9%) |
| LAB | lab(54.6 60.6 35.0) |
| LCH | lch(54.6 70.0 30.0) |
| OKLCH | oklch(0.632 0.195 24.6) |
Copy-ready code
/* CSS */
color: #e84a4a;
background-color: #e84a4a;
/* Tailwind (arbitrary) */
class="text-[#e84a4a] bg-[#e84a4a]"
/* SCSS */
$brand: #e84a4a;
/* SwiftUI */
Color(red: 0.910, green: 0.290, blue: 0.290)
/* Android */
Color.parseColor("#e84a4a")Accessibility — WCAG contrast
Aa
#e84a4a on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e84a4a on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green29.0%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow68.1%
Key (black)9.0%
Color previews
#e84a4a text on a black background
contrast 5.51:1
Card sample
#e84a4a text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e84a4a;
Background color
Panel with #e84a4a background
background-color: #e84a4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e84a4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 74, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 74, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e84a4a; background: linear-gradient(135deg, #e84a4a, #E8B34A);