#eb2d49
a balanced, electric red · warm · closest name: crimson
RGB
235, 45, 73
HSL
351°, 83%, 55%
CMYK
0, 81, 69, 8
Luminance
0.2002
Every format
| HEX | #eb2d49 |
| RGB | rgb(235, 45, 73) |
| HSL | hsl(351, 83%, 55%) |
| CMYK | cmyk(0%, 81%, 69%, 8%) |
| LAB | lab(51.9 70.6 32.4) |
| LCH | lch(51.9 77.7 24.6) |
| OKLCH | oklch(0.613 0.221 19.8) |
Copy-ready code
/* CSS */
color: #eb2d49;
background-color: #eb2d49;
/* Tailwind (arbitrary) */
class="text-[#eb2d49] bg-[#eb2d49]"
/* SCSS */
$brand: #eb2d49;
/* SwiftUI */
Color(red: 0.922, green: 0.176, blue: 0.286)
/* Android */
Color.parseColor("#eb2d49")Accessibility — WCAG contrast
Aa
#eb2d49 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2d49 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow68.9%
Key (black)7.8%
Color previews
#eb2d49 text on a black background
contrast 5.00:1
Card sample
#eb2d49 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2d49;
Background color
Panel with #eb2d49 background
background-color: #eb2d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 45, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 45, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2d49; background: linear-gradient(135deg, #eb2d49, #EB902D);