#eb2449
a balanced, electric red · warm · closest name: crimson
RGB
235, 36, 73
HSL
349°, 83%, 53%
CMYK
0, 85, 69, 8
Luminance
0.1940
Every format
| HEX | #eb2449 |
| RGB | rgb(235, 36, 73) |
| HSL | hsl(349, 83%, 53%) |
| CMYK | cmyk(0%, 85%, 69%, 8%) |
| LAB | lab(51.2 72.6 31.5) |
| LCH | lch(51.2 79.1 23.5) |
| OKLCH | oklch(0.607 0.227 18.8) |
Copy-ready code
/* CSS */
color: #eb2449;
background-color: #eb2449;
/* Tailwind (arbitrary) */
class="text-[#eb2449] bg-[#eb2449]"
/* SCSS */
$brand: #eb2449;
/* SwiftUI */
Color(red: 0.922, green: 0.141, blue: 0.286)
/* Android */
Color.parseColor("#eb2449")Accessibility — WCAG contrast
Aa
#eb2449 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2449 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow68.9%
Key (black)7.8%
Color previews
#eb2449 text on a black background
contrast 4.88:1
Card sample
#eb2449 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2449;
Background color
Panel with #eb2449 background
background-color: #eb2449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 36, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 36, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2449; background: linear-gradient(135deg, #eb2449, #EB8324);