#eb2049
a balanced, electric red · warm · closest name: crimson
RGB
235, 32, 73
HSL
348°, 84%, 52%
CMYK
0, 86, 69, 8
Luminance
0.1918
Every format
| HEX | #eb2049 |
| RGB | rgb(235, 32, 73) |
| HSL | hsl(348, 84%, 52%) |
| CMYK | cmyk(0%, 86%, 69%, 8%) |
| LAB | lab(50.9 73.3 31.2) |
| LCH | lch(50.9 79.7 23.0) |
| OKLCH | oklch(0.606 0.229 18.5) |
Copy-ready code
/* CSS */
color: #eb2049;
background-color: #eb2049;
/* Tailwind (arbitrary) */
class="text-[#eb2049] bg-[#eb2049]"
/* SCSS */
$brand: #eb2049;
/* SwiftUI */
Color(red: 0.922, green: 0.125, blue: 0.286)
/* Android */
Color.parseColor("#eb2049")Accessibility — WCAG contrast
Aa
#eb2049 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2049 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow68.9%
Key (black)7.8%
Color previews
#eb2049 text on a black background
contrast 4.84:1
Card sample
#eb2049 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2049;
Background color
Panel with #eb2049 background
background-color: #eb2049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 32, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 32, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2049; background: linear-gradient(135deg, #eb2049, #EB7F20);