#ebadf6
a light, electric magenta / pink · warm · closest name: plum
RGB
235, 173, 246
HSL
291°, 80%, 82%
CMYK
5, 30, 0, 4
Luminance
0.5420
Every format
| HEX | #ebadf6 |
| RGB | rgb(235, 173, 246) |
| HSL | hsl(291, 80%, 82%) |
| CMYK | cmyk(5%, 30%, 0%, 4%) |
| LAB | lab(78.6 34.7 -27.5) |
| LCH | lch(78.6 44.3 321.6) |
| OKLCH | oklch(0.829 0.119 321.3) |
Copy-ready code
/* CSS */
color: #ebadf6;
background-color: #ebadf6;
/* Tailwind (arbitrary) */
class="text-[#ebadf6] bg-[#ebadf6]"
/* SCSS */
$brand: #ebadf6;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.965)
/* Android */
Color.parseColor("#ebadf6")Accessibility — WCAG contrast
Aa
#ebadf6 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadf6 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue96.5%
CMYK percentages
Cyan4.5%
Magenta29.7%
Yellow0.0%
Key (black)3.5%
Color previews
#ebadf6 text on a black background
contrast 11.84:1
Card sample
#ebadf6 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadf6;
Background color
Panel with #ebadf6 background
background-color: #ebadf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadf6; background: linear-gradient(135deg, #ebadf6, #F6ADD0);