#eb8db2
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 141, 178
HSL
336°, 70%, 74%
CMYK
0, 40, 24, 8
Luminance
0.3993
Every format
| HEX | #eb8db2 |
| RGB | rgb(235, 141, 178) |
| HSL | hsl(336, 70%, 74%) |
| CMYK | cmyk(0%, 40%, 24%, 8%) |
| LAB | lab(69.4 40.3 -4.0) |
| LCH | lch(69.4 40.5 354.4) |
| OKLCH | oklch(0.752 0.122 355.3) |
Copy-ready code
/* CSS */
color: #eb8db2;
background-color: #eb8db2;
/* Tailwind (arbitrary) */
class="text-[#eb8db2] bg-[#eb8db2]"
/* SCSS */
$brand: #eb8db2;
/* SwiftUI */
Color(red: 0.922, green: 0.553, blue: 0.698)
/* Android */
Color.parseColor("#eb8db2")Accessibility — WCAG contrast
Aa
#eb8db2 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8db2 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow24.3%
Key (black)7.8%
Color previews
#eb8db2 text on a black background
contrast 8.99:1
Card sample
#eb8db2 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8db2;
Background color
Panel with #eb8db2 background
background-color: #eb8db2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8db2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 141, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 141, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8db2; background: linear-gradient(135deg, #eb8db2, #EBA78D);