#eba7df
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 167, 223
HSL
311°, 63%, 79%
CMYK
0, 29, 5, 8
Luminance
0.5063
Every format
| HEX | #eba7df |
| RGB | rgb(235, 167, 223) |
| HSL | hsl(311, 63%, 79%) |
| CMYK | cmyk(0%, 29%, 5%, 8%) |
| LAB | lab(76.5 33.7 -18.3) |
| LCH | lch(76.5 38.3 331.5) |
| OKLCH | oklch(0.810 0.107 332.9) |
Copy-ready code
/* CSS */
color: #eba7df;
background-color: #eba7df;
/* Tailwind (arbitrary) */
class="text-[#eba7df] bg-[#eba7df]"
/* SCSS */
$brand: #eba7df;
/* SwiftUI */
Color(red: 0.922, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#eba7df")Accessibility — WCAG contrast
Aa
#eba7df on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba7df on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green65.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow5.1%
Key (black)7.8%
Color previews
#eba7df text on a black background
contrast 11.13:1
Card sample
#eba7df text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba7df;
Background color
Panel with #eba7df background
background-color: #eba7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba7df; background: linear-gradient(135deg, #eba7df, #EBA7B2);