#eba4df
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 164, 223
HSL
310°, 64%, 78%
CMYK
0, 30, 5, 8
Luminance
0.4954
Every format
| HEX | #eba4df |
| RGB | rgb(235, 164, 223) |
| HSL | hsl(310, 64%, 78%) |
| CMYK | cmyk(0%, 30%, 5%, 8%) |
| LAB | lab(75.8 35.3 -19.3) |
| LCH | lch(75.8 40.2 331.4) |
| OKLCH | oklch(0.805 0.113 332.7) |
Copy-ready code
/* CSS */
color: #eba4df;
background-color: #eba4df;
/* Tailwind (arbitrary) */
class="text-[#eba4df] bg-[#eba4df]"
/* SCSS */
$brand: #eba4df;
/* SwiftUI */
Color(red: 0.922, green: 0.643, blue: 0.875)
/* Android */
Color.parseColor("#eba4df")Accessibility — WCAG contrast
Aa
#eba4df on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba4df on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green64.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow5.1%
Key (black)7.8%
Color previews
#eba4df text on a black background
contrast 10.91:1
Card sample
#eba4df text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba4df;
Background color
Panel with #eba4df background
background-color: #eba4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 164, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 164, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba4df; background: linear-gradient(135deg, #eba4df, #EBA4B0);