#eb1049
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 16, 73
HSL
344°, 87%, 49%
CMYK
0, 93, 69, 8
Luminance
0.1851
Every format
| HEX | #eb1049 |
| RGB | rgb(235, 16, 73) |
| HSL | hsl(344, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 69%, 8%) |
| LAB | lab(50.1 75.6 30.2) |
| LCH | lch(50.1 81.4 21.8) |
| OKLCH | oklch(0.600 0.235 17.4) |
Copy-ready code
/* CSS */
color: #eb1049;
background-color: #eb1049;
/* Tailwind (arbitrary) */
class="text-[#eb1049] bg-[#eb1049]"
/* SCSS */
$brand: #eb1049;
/* SwiftUI */
Color(red: 0.922, green: 0.063, blue: 0.286)
/* Android */
Color.parseColor("#eb1049")Accessibility — WCAG contrast
Aa
#eb1049 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1049 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green6.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow68.9%
Key (black)7.8%
Color previews
#eb1049 text on a black background
contrast 4.70:1
Card sample
#eb1049 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1049;
Background color
Panel with #eb1049 background
background-color: #eb1049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 16, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 16, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1049; background: linear-gradient(135deg, #eb1049, #EB6910);