#eabdf8
a pale, electric violet · warm · closest name: plum
RGB
234, 189, 248
HSL
286°, 81%, 86%
CMYK
6, 24, 0, 3
Luminance
0.6066
Every format
| HEX | #eabdf8 |
| RGB | rgb(234, 189, 248) |
| HSL | hsl(286, 81%, 86%) |
| CMYK | cmyk(6%, 24%, 0%, 3%) |
| LAB | lab(82.2 26.3 -23.0) |
| LCH | lch(82.2 34.9 318.7) |
| OKLCH | oklch(0.857 0.093 318.1) |
Copy-ready code
/* CSS */
color: #eabdf8;
background-color: #eabdf8;
/* Tailwind (arbitrary) */
class="text-[#eabdf8] bg-[#eabdf8]"
/* SCSS */
$brand: #eabdf8;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#eabdf8")Accessibility — WCAG contrast
Aa
#eabdf8 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabdf8 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue97.3%
CMYK percentages
Cyan5.6%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#eabdf8 text on a black background
contrast 13.13:1
Card sample
#eabdf8 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabdf8;
Background color
Panel with #eabdf8 background
background-color: #eabdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabdf8; background: linear-gradient(135deg, #eabdf8, #F8BDDF);