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