#ebadfb
a light, electric violet · warm · closest name: plum
RGB
235, 173, 251
HSL
288°, 91%, 83%
CMYK
6, 31, 0, 2
Luminance
0.5451
Every format
| HEX | #ebadfb |
| RGB | rgb(235, 173, 251) |
| HSL | hsl(288, 91%, 83%) |
| CMYK | cmyk(6%, 31%, 0%, 2%) |
| LAB | lab(78.8 35.7 -29.9) |
| LCH | lch(78.8 46.5 320.0) |
| OKLCH | oklch(0.831 0.125 319.3) |
Copy-ready code
/* CSS */
color: #ebadfb;
background-color: #ebadfb;
/* Tailwind (arbitrary) */
class="text-[#ebadfb] bg-[#ebadfb]"
/* SCSS */
$brand: #ebadfb;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.984)
/* Android */
Color.parseColor("#ebadfb")Accessibility — WCAG contrast
Aa
#ebadfb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadfb on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta31.1%
Yellow0.0%
Key (black)1.6%
Color previews
#ebadfb text on a black background
contrast 11.90:1
Card sample
#ebadfb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadfb;
Background color
Panel with #ebadfb background
background-color: #ebadfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadfb; background: linear-gradient(135deg, #ebadfb, #FBADD7);