#eb4572
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 69, 114
HSL
344°, 81%, 60%
CMYK
0, 71, 52, 8
Luminance
0.2313
Every format
| HEX | #eb4572 |
| RGB | rgb(235, 69, 114) |
| HSL | hsl(344, 81%, 60%) |
| CMYK | cmyk(0%, 71%, 52%, 8%) |
| LAB | lab(55.2 65.9 12.4) |
| LCH | lch(55.2 67.1 10.7) |
| OKLCH | oklch(0.640 0.203 9.0) |
Copy-ready code
/* CSS */
color: #eb4572;
background-color: #eb4572;
/* Tailwind (arbitrary) */
class="text-[#eb4572] bg-[#eb4572]"
/* SCSS */
$brand: #eb4572;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.447)
/* Android */
Color.parseColor("#eb4572")Accessibility — WCAG contrast
Aa
#eb4572 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4572 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow51.5%
Key (black)7.8%
Color previews
#eb4572 text on a black background
contrast 5.63:1
Card sample
#eb4572 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4572;
Background color
Panel with #eb4572 background
background-color: #eb4572;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4572;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4572; background: linear-gradient(135deg, #eb4572, #EB8745);