#ea1540
a balanced, electric red · warm · closest name: crimson
RGB
234, 21, 64
HSL
348°, 84%, 50%
CMYK
0, 91, 73, 8
Luminance
0.1840
Every format
| HEX | #ea1540 |
| RGB | rgb(234, 21, 64) |
| HSL | hsl(348, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 73%, 8%) |
| LAB | lab(50.0 74.4 35.4) |
| LCH | lch(50.0 82.4 25.4) |
| OKLCH | oklch(0.598 0.233 20.1) |
Copy-ready code
/* CSS */
color: #ea1540;
background-color: #ea1540;
/* Tailwind (arbitrary) */
class="text-[#ea1540] bg-[#ea1540]"
/* SCSS */
$brand: #ea1540;
/* SwiftUI */
Color(red: 0.918, green: 0.082, blue: 0.251)
/* Android */
Color.parseColor("#ea1540")Accessibility — WCAG contrast
Aa
#ea1540 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea1540 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green8.2%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow72.6%
Key (black)8.2%
Color previews
#ea1540 text on a black background
contrast 4.68:1
Card sample
#ea1540 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea1540;
Background color
Panel with #ea1540 background
background-color: #ea1540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea1540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 21, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 21, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea1540; background: linear-gradient(135deg, #ea1540, #EA7815);