#ebadf4
a light, electric magenta / pink · warm · closest name: plum
RGB
235, 173, 244
HSL
292°, 76%, 82%
CMYK
4, 29, 0, 4
Luminance
0.5408
Every format
| HEX | #ebadf4 |
| RGB | rgb(235, 173, 244) |
| HSL | hsl(292, 76%, 82%) |
| CMYK | cmyk(4%, 29%, 0%, 4%) |
| LAB | lab(78.5 34.3 -26.5) |
| LCH | lch(78.5 43.4 322.3) |
| OKLCH | oklch(0.828 0.117 322.2) |
Copy-ready code
/* CSS */
color: #ebadf4;
background-color: #ebadf4;
/* Tailwind (arbitrary) */
class="text-[#ebadf4] bg-[#ebadf4]"
/* SCSS */
$brand: #ebadf4;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#ebadf4")Accessibility — WCAG contrast
Aa
#ebadf4 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadf4 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta29.1%
Yellow0.0%
Key (black)4.3%
Color previews
#ebadf4 text on a black background
contrast 11.82:1
Card sample
#ebadf4 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadf4;
Background color
Panel with #ebadf4 background
background-color: #ebadf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadf4; background: linear-gradient(135deg, #ebadf4, #F4ADCE);