#eb2e73
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 46, 115
HSL
338°, 83%, 55%
CMYK
0, 80, 51, 8
Luminance
0.2085
Every format
| HEX | #eb2e73 |
| RGB | rgb(235, 46, 115) |
| HSL | hsl(338, 83%, 55%) |
| CMYK | cmyk(0%, 80%, 51%, 8%) |
| LAB | lab(52.8 72.9 8.4) |
| LCH | lch(52.8 73.4 6.6) |
| OKLCH | oklch(0.622 0.224 5.6) |
Copy-ready code
/* CSS */
color: #eb2e73;
background-color: #eb2e73;
/* Tailwind (arbitrary) */
class="text-[#eb2e73] bg-[#eb2e73]"
/* SCSS */
$brand: #eb2e73;
/* SwiftUI */
Color(red: 0.922, green: 0.180, blue: 0.451)
/* Android */
Color.parseColor("#eb2e73")Accessibility — WCAG contrast
Aa
#eb2e73 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2e73 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.0%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow51.1%
Key (black)7.8%
Color previews
#eb2e73 text on a black background
contrast 5.17:1
Card sample
#eb2e73 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2e73;
Background color
Panel with #eb2e73 background
background-color: #eb2e73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2e73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 46, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 46, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2e73; background: linear-gradient(135deg, #eb2e73, #EB672E);