#eabdfd
a pale, electric violet · warm · closest name: plum
RGB
234, 189, 253
HSL
282°, 94%, 87%
CMYK
8, 25, 0, 1
Luminance
0.6098
Every format
| HEX | #eabdfd |
| RGB | rgb(234, 189, 253) |
| HSL | hsl(282, 94%, 87%) |
| CMYK | cmyk(8%, 25%, 0%, 1%) |
| LAB | lab(82.4 27.2 -25.4) |
| LCH | lch(82.4 37.3 316.9) |
| OKLCH | oklch(0.859 0.099 315.7) |
Copy-ready code
/* CSS */
color: #eabdfd;
background-color: #eabdfd;
/* Tailwind (arbitrary) */
class="text-[#eabdfd] bg-[#eabdfd]"
/* SCSS */
$brand: #eabdfd;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#eabdfd")Accessibility — WCAG contrast
Aa
#eabdfd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabdfd on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eabdfd text on a black background
contrast 13.20:1
Card sample
#eabdfd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabdfd;
Background color
Panel with #eabdfd background
background-color: #eabdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabdfd; background: linear-gradient(135deg, #eabdfd, #FDBDE5);