#e5393d
a balanced, electric red · warm · closest name: crimson
RGB
229, 57, 61
HSL
359°, 77%, 56%
CMYK
0, 75, 73, 10
Luminance
0.1992
Every format
| HEX | #e5393d |
| RGB | rgb(229, 57, 61) |
| HSL | hsl(359, 77%, 56%) |
| CMYK | cmyk(0%, 75%, 73%, 10%) |
| LAB | lab(51.8 65.0 38.9) |
| LCH | lch(51.8 75.8 30.9) |
| OKLCH | oklch(0.609 0.208 24.9) |
Copy-ready code
/* CSS */
color: #e5393d;
background-color: #e5393d;
/* Tailwind (arbitrary) */
class="text-[#e5393d] bg-[#e5393d]"
/* SCSS */
$brand: #e5393d;
/* SwiftUI */
Color(red: 0.898, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#e5393d")Accessibility — WCAG contrast
Aa
#e5393d on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e5393d on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green22.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow73.4%
Key (black)10.2%
Color previews
#e5393d text on a black background
contrast 4.98:1
Card sample
#e5393d text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5393d;
Background color
Panel with #e5393d background
background-color: #e5393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5393d; background: linear-gradient(135deg, #e5393d, #E5A839);