#eb8abd
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 138, 189
HSL
329°, 71%, 73%
CMYK
0, 41, 20, 8
Luminance
0.3951
Every format
| HEX | #eb8abd |
| RGB | rgb(235, 138, 189) |
| HSL | hsl(329, 71%, 73%) |
| CMYK | cmyk(0%, 41%, 20%, 8%) |
| LAB | lab(69.1 43.4 -10.6) |
| LCH | lch(69.1 44.7 346.3) |
| OKLCH | oklch(0.751 0.132 348.0) |
Copy-ready code
/* CSS */
color: #eb8abd;
background-color: #eb8abd;
/* Tailwind (arbitrary) */
class="text-[#eb8abd] bg-[#eb8abd]"
/* SCSS */
$brand: #eb8abd;
/* SwiftUI */
Color(red: 0.922, green: 0.541, blue: 0.741)
/* Android */
Color.parseColor("#eb8abd")Accessibility — WCAG contrast
Aa
#eb8abd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8abd on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.1%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow19.6%
Key (black)7.8%
Color previews
#eb8abd text on a black background
contrast 8.90:1
Card sample
#eb8abd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8abd;
Background color
Panel with #eb8abd background
background-color: #eb8abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 138, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 138, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8abd; background: linear-gradient(135deg, #eb8abd, #EB988A);