#eb404f
a balanced, electric red · warm · closest name: crimson
RGB
235, 64, 79
HSL
355°, 81%, 59%
CMYK
0, 73, 66, 8
Luminance
0.2189
Every format
| HEX | #eb404f |
| RGB | rgb(235, 64, 79) |
| HSL | hsl(355, 81%, 59%) |
| CMYK | cmyk(0%, 73%, 66%, 8%) |
| LAB | lab(53.9 65.4 31.4) |
| LCH | lch(53.9 72.5 25.6) |
| OKLCH | oklch(0.628 0.206 20.9) |
Copy-ready code
/* CSS */
color: #eb404f;
background-color: #eb404f;
/* Tailwind (arbitrary) */
class="text-[#eb404f] bg-[#eb404f]"
/* SCSS */
$brand: #eb404f;
/* SwiftUI */
Color(red: 0.922, green: 0.251, blue: 0.310)
/* Android */
Color.parseColor("#eb404f")Accessibility — WCAG contrast
Aa
#eb404f on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb404f on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow66.4%
Key (black)7.8%
Color previews
#eb404f text on a black background
contrast 5.38:1
Card sample
#eb404f text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb404f;
Background color
Panel with #eb404f background
background-color: #eb404f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb404f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 64, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 64, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb404f; background: linear-gradient(135deg, #eb404f, #EBA340);