#eb73ac
a light, electric magenta / pink · warm · closest name: plum
RGB
235, 115, 172
HSL
332°, 75%, 69%
CMYK
0, 51, 27, 8
Luminance
0.3290
Every format
| HEX | #eb73ac |
| RGB | rgb(235, 115, 172) |
| HSL | hsl(332, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 27%, 8%) |
| LAB | lab(64.1 52.5 -8.5) |
| LCH | lch(64.1 53.2 350.8) |
| OKLCH | oklch(0.711 0.160 352.2) |
Copy-ready code
/* CSS */
color: #eb73ac;
background-color: #eb73ac;
/* Tailwind (arbitrary) */
class="text-[#eb73ac] bg-[#eb73ac]"
/* SCSS */
$brand: #eb73ac;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.675)
/* Android */
Color.parseColor("#eb73ac")Accessibility — WCAG contrast
Aa
#eb73ac on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb73ac on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow26.8%
Key (black)7.8%
Color previews
#eb73ac text on a black background
contrast 7.58:1
Card sample
#eb73ac text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb73ac;
Background color
Panel with #eb73ac background
background-color: #eb73ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb73ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb73ac; background: linear-gradient(135deg, #eb73ac, #EB8A73);