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