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