#eb0949
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 9, 73
HSL
343°, 93%, 48%
CMYK
0, 96, 69, 8
Luminance
0.1834
Every format
| HEX | #eb0949 |
| RGB | rgb(235, 9, 73) |
| HSL | hsl(343, 93%, 48%) |
| CMYK | cmyk(0%, 96%, 69%, 8%) |
| LAB | lab(49.9 76.2 30.0) |
| LCH | lch(49.9 81.9 21.5) |
| OKLCH | oklch(0.598 0.237 17.1) |
Copy-ready code
/* CSS */
color: #eb0949;
background-color: #eb0949;
/* Tailwind (arbitrary) */
class="text-[#eb0949] bg-[#eb0949]"
/* SCSS */
$brand: #eb0949;
/* SwiftUI */
Color(red: 0.922, green: 0.035, blue: 0.286)
/* Android */
Color.parseColor("#eb0949")Accessibility — WCAG contrast
Aa
#eb0949 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb0949 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta96.2%
Yellow68.9%
Key (black)7.8%
Color previews
#eb0949 text on a black background
contrast 4.67:1
Card sample
#eb0949 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0949;
Background color
Panel with #eb0949 background
background-color: #eb0949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 9, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 9, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0949; background: linear-gradient(135deg, #eb0949, #EB6009);