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