#eabdf4
a light, vivid violet · warm · closest name: plum
RGB
234, 189, 244
HSL
289°, 71%, 85%
CMYK
4, 23, 0, 4
Luminance
0.6042
Every format
| HEX | #eabdf4 |
| RGB | rgb(234, 189, 244) |
| HSL | hsl(289, 71%, 85%) |
| CMYK | cmyk(4%, 23%, 0%, 4%) |
| LAB | lab(82.1 25.5 -21.1) |
| LCH | lch(82.1 33.1 320.4) |
| OKLCH | oklch(0.855 0.089 320.1) |
Copy-ready code
/* CSS */
color: #eabdf4;
background-color: #eabdf4;
/* Tailwind (arbitrary) */
class="text-[#eabdf4] bg-[#eabdf4]"
/* SCSS */
$brand: #eabdf4;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#eabdf4")Accessibility — WCAG contrast
Aa
#eabdf4 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabdf4 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue95.7%
CMYK percentages
Cyan4.1%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#eabdf4 text on a black background
contrast 13.08:1
Card sample
#eabdf4 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabdf4;
Background color
Panel with #eabdf4 background
background-color: #eabdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabdf4; background: linear-gradient(135deg, #eabdf4, #F4BDD9);