#ebadf1
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 173, 241
HSL
295°, 71%, 81%
CMYK
3, 28, 0, 6
Luminance
0.5390
Every format
| HEX | #ebadf1 |
| RGB | rgb(235, 173, 241) |
| HSL | hsl(295, 71%, 81%) |
| CMYK | cmyk(3%, 28%, 0%, 6%) |
| LAB | lab(78.4 33.8 -25.1) |
| LCH | lch(78.4 42.0 323.4) |
| OKLCH | oklch(0.827 0.114 323.6) |
Copy-ready code
/* CSS */
color: #ebadf1;
background-color: #ebadf1;
/* Tailwind (arbitrary) */
class="text-[#ebadf1] bg-[#ebadf1]"
/* SCSS */
$brand: #ebadf1;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.945)
/* Android */
Color.parseColor("#ebadf1")Accessibility — WCAG contrast
Aa
#ebadf1 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadf1 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta28.2%
Yellow0.0%
Key (black)5.5%
Color previews
#ebadf1 text on a black background
contrast 11.78:1
Card sample
#ebadf1 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadf1;
Background color
Panel with #ebadf1 background
background-color: #ebadf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadf1; background: linear-gradient(135deg, #ebadf1, #F1ADCA);