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