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