#eb4049
a balanced, electric red · warm · closest name: crimson
RGB
235, 64, 73
HSL
357°, 81%, 59%
CMYK
0, 73, 69, 8
Luminance
0.2181
Every format
| HEX | #eb4049 |
| RGB | rgb(235, 64, 73) |
| HSL | hsl(357, 81%, 59%) |
| CMYK | cmyk(0%, 73%, 69%, 8%) |
| LAB | lab(53.8 65.1 34.8) |
| LCH | lch(53.8 73.8 28.1) |
| OKLCH | oklch(0.627 0.207 22.9) |
Copy-ready code
/* CSS */
color: #eb4049;
background-color: #eb4049;
/* Tailwind (arbitrary) */
class="text-[#eb4049] bg-[#eb4049]"
/* SCSS */
$brand: #eb4049;
/* SwiftUI */
Color(red: 0.922, green: 0.251, blue: 0.286)
/* Android */
Color.parseColor("#eb4049")Accessibility — WCAG contrast
Aa
#eb4049 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4049 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow68.9%
Key (black)7.8%
Color previews
#eb4049 text on a black background
contrast 5.36:1
Card sample
#eb4049 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4049;
Background color
Panel with #eb4049 background
background-color: #eb4049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 64, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 64, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4049; background: linear-gradient(135deg, #eb4049, #EBA940);