#eba9df
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 169, 223
HSL
311°, 62%, 79%
CMYK
0, 28, 5, 8
Luminance
0.5137
Every format
| HEX | #eba9df |
| RGB | rgb(235, 169, 223) |
| HSL | hsl(311, 62%, 79%) |
| CMYK | cmyk(0%, 28%, 5%, 8%) |
| LAB | lab(76.9 32.6 -17.6) |
| LCH | lch(76.9 37.1 331.7) |
| OKLCH | oklch(0.814 0.104 333.1) |
Copy-ready code
/* CSS */
color: #eba9df;
background-color: #eba9df;
/* Tailwind (arbitrary) */
class="text-[#eba9df] bg-[#eba9df]"
/* SCSS */
$brand: #eba9df;
/* SwiftUI */
Color(red: 0.922, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#eba9df")Accessibility — WCAG contrast
Aa
#eba9df on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba9df on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow5.1%
Key (black)7.8%
Color previews
#eba9df text on a black background
contrast 11.27:1
Card sample
#eba9df text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba9df;
Background color
Panel with #eba9df background
background-color: #eba9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba9df; background: linear-gradient(135deg, #eba9df, #EBA9B3);