#eb87ac
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 135, 172
HSL
338°, 71%, 73%
CMYK
0, 43, 27, 8
Luminance
0.3797
Every format
| HEX | #eb87ac |
| RGB | rgb(235, 135, 172) |
| HSL | hsl(338, 71%, 73%) |
| CMYK | cmyk(0%, 43%, 27%, 8%) |
| LAB | lab(68.0 42.6 -2.7) |
| LCH | lch(68.0 42.6 356.4) |
| OKLCH | oklch(0.741 0.129 357.1) |
Copy-ready code
/* CSS */
color: #eb87ac;
background-color: #eb87ac;
/* Tailwind (arbitrary) */
class="text-[#eb87ac] bg-[#eb87ac]"
/* SCSS */
$brand: #eb87ac;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.675)
/* Android */
Color.parseColor("#eb87ac")Accessibility — WCAG contrast
Aa
#eb87ac on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb87ac on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow26.8%
Key (black)7.8%
Color previews
#eb87ac text on a black background
contrast 8.59:1
Card sample
#eb87ac text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb87ac;
Background color
Panel with #eb87ac background
background-color: #eb87ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb87ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb87ac; background: linear-gradient(135deg, #eb87ac, #EBA587);