#eb8abf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 138, 191
HSL
327°, 71%, 73%
CMYK
0, 41, 19, 8
Luminance
0.3960
Every format
| HEX | #eb8abf |
| RGB | rgb(235, 138, 191) |
| HSL | hsl(327, 71%, 73%) |
| CMYK | cmyk(0%, 41%, 19%, 8%) |
| LAB | lab(69.2 43.7 -11.6) |
| LCH | lch(69.2 45.2 345.2) |
| OKLCH | oklch(0.752 0.134 346.9) |
Copy-ready code
/* CSS */
color: #eb8abf;
background-color: #eb8abf;
/* Tailwind (arbitrary) */
class="text-[#eb8abf] bg-[#eb8abf]"
/* SCSS */
$brand: #eb8abf;
/* SwiftUI */
Color(red: 0.922, green: 0.541, blue: 0.749)
/* Android */
Color.parseColor("#eb8abf")Accessibility — WCAG contrast
Aa
#eb8abf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8abf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow18.7%
Key (black)7.8%
Color previews
#eb8abf text on a black background
contrast 8.92:1
Card sample
#eb8abf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8abf;
Background color
Panel with #eb8abf background
background-color: #eb8abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 138, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 138, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8abf; background: linear-gradient(135deg, #eb8abf, #EB958A);