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