#eb8dbf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 141, 191
HSL
328°, 70%, 74%
CMYK
0, 40, 19, 8
Luminance
0.4047
Every format
| HEX | #eb8dbf |
| RGB | rgb(235, 141, 191) |
| HSL | hsl(328, 70%, 74%) |
| CMYK | cmyk(0%, 40%, 19%, 8%) |
| LAB | lab(69.8 42.2 -10.7) |
| LCH | lch(69.8 43.5 345.8) |
| OKLCH | oklch(0.756 0.129 347.5) |
Copy-ready code
/* CSS */
color: #eb8dbf;
background-color: #eb8dbf;
/* Tailwind (arbitrary) */
class="text-[#eb8dbf] bg-[#eb8dbf]"
/* SCSS */
$brand: #eb8dbf;
/* SwiftUI */
Color(red: 0.922, green: 0.553, blue: 0.749)
/* Android */
Color.parseColor("#eb8dbf")Accessibility — WCAG contrast
Aa
#eb8dbf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8dbf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow18.7%
Key (black)7.8%
Color previews
#eb8dbf text on a black background
contrast 9.09:1
Card sample
#eb8dbf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8dbf;
Background color
Panel with #eb8dbf background
background-color: #eb8dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 141, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 141, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8dbf; background: linear-gradient(135deg, #eb8dbf, #EB9A8D);