#ebadf3
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 173, 243
HSL
293°, 75%, 82%
CMYK
3, 29, 0, 5
Luminance
0.5402
Every format
| HEX | #ebadf3 |
| RGB | rgb(235, 173, 243) |
| HSL | hsl(293, 75%, 82%) |
| CMYK | cmyk(3%, 29%, 0%, 5%) |
| LAB | lab(78.5 34.1 -26.0) |
| LCH | lch(78.5 42.9 322.7) |
| OKLCH | oklch(0.828 0.116 322.6) |
Copy-ready code
/* CSS */
color: #ebadf3;
background-color: #ebadf3;
/* Tailwind (arbitrary) */
class="text-[#ebadf3] bg-[#ebadf3]"
/* SCSS */
$brand: #ebadf3;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.953)
/* Android */
Color.parseColor("#ebadf3")Accessibility — WCAG contrast
Aa
#ebadf3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadf3 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue95.3%
CMYK percentages
Cyan3.3%
Magenta28.8%
Yellow0.0%
Key (black)4.7%
Color previews
#ebadf3 text on a black background
contrast 11.80:1
Card sample
#ebadf3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadf3;
Background color
Panel with #ebadf3 background
background-color: #ebadf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadf3; background: linear-gradient(135deg, #ebadf3, #F3ADCC);