#eb85af
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 133, 175
HSL
335°, 72%, 72%
CMYK
0, 43, 26, 8
Luminance
0.3753
Every format
| HEX | #eb85af |
| RGB | rgb(235, 133, 175) |
| HSL | hsl(335, 72%, 72%) |
| CMYK | cmyk(0%, 43%, 26%, 8%) |
| LAB | lab(67.7 44.0 -4.9) |
| LCH | lch(67.7 44.3 353.7) |
| OKLCH | oklch(0.739 0.133 354.7) |
Copy-ready code
/* CSS */
color: #eb85af;
background-color: #eb85af;
/* Tailwind (arbitrary) */
class="text-[#eb85af] bg-[#eb85af]"
/* SCSS */
$brand: #eb85af;
/* SwiftUI */
Color(red: 0.922, green: 0.522, blue: 0.686)
/* Android */
Color.parseColor("#eb85af")Accessibility — WCAG contrast
Aa
#eb85af on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb85af on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow25.5%
Key (black)7.8%
Color previews
#eb85af text on a black background
contrast 8.51:1
Card sample
#eb85af text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb85af;
Background color
Panel with #eb85af background
background-color: #eb85af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb85af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 133, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 133, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb85af; background: linear-gradient(135deg, #eb85af, #EB9F85);