#eb4773
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 71, 115
HSL
344°, 80%, 60%
CMYK
0, 70, 51, 8
Luminance
0.2341
Every format
| HEX | #eb4773 |
| RGB | rgb(235, 71, 115) |
| HSL | hsl(344, 80%, 60%) |
| CMYK | cmyk(0%, 70%, 51%, 8%) |
| LAB | lab(55.5 65.3 12.2) |
| LCH | lch(55.5 66.5 10.6) |
| OKLCH | oklch(0.642 0.201 9.0) |
Copy-ready code
/* CSS */
color: #eb4773;
background-color: #eb4773;
/* Tailwind (arbitrary) */
class="text-[#eb4773] bg-[#eb4773]"
/* SCSS */
$brand: #eb4773;
/* SwiftUI */
Color(red: 0.922, green: 0.278, blue: 0.451)
/* Android */
Color.parseColor("#eb4773")Accessibility — WCAG contrast
Aa
#eb4773 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4773 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.8%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow51.1%
Key (black)7.8%
Color previews
#eb4773 text on a black background
contrast 5.68:1
Card sample
#eb4773 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4773;
Background color
Panel with #eb4773 background
background-color: #eb4773;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4773;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 71, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 71, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4773; background: linear-gradient(135deg, #eb4773, #EB8847);