#eb9abd
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 154, 189
HSL
334°, 67%, 76%
CMYK
0, 35, 20, 8
Luminance
0.4445
Every format
| HEX | #eb9abd |
| RGB | rgb(235, 154, 189) |
| HSL | hsl(334, 67%, 76%) |
| CMYK | cmyk(0%, 35%, 20%, 8%) |
| LAB | lab(72.5 35.1 -5.5) |
| LCH | lch(72.5 35.5 351.1) |
| OKLCH | oklch(0.777 0.106 352.3) |
Copy-ready code
/* CSS */
color: #eb9abd;
background-color: #eb9abd;
/* Tailwind (arbitrary) */
class="text-[#eb9abd] bg-[#eb9abd]"
/* SCSS */
$brand: #eb9abd;
/* SwiftUI */
Color(red: 0.922, green: 0.604, blue: 0.741)
/* Android */
Color.parseColor("#eb9abd")Accessibility — WCAG contrast
Aa
#eb9abd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9abd on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.4%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow19.6%
Key (black)7.8%
Color previews
#eb9abd text on a black background
contrast 9.89:1
Card sample
#eb9abd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9abd;
Background color
Panel with #eb9abd background
background-color: #eb9abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 154, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 154, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9abd; background: linear-gradient(135deg, #eb9abd, #EBAD9A);