#eabdfb
a pale, electric violet · warm · closest name: plum
RGB
234, 189, 251
HSL
284°, 89%, 86%
CMYK
7, 25, 0, 2
Luminance
0.6085
Every format
| HEX | #eabdfb |
| RGB | rgb(234, 189, 251) |
| HSL | hsl(284, 89%, 86%) |
| CMYK | cmyk(7%, 25%, 0%, 2%) |
| LAB | lab(82.3 26.8 -24.5) |
| LCH | lch(82.3 36.3 317.6) |
| OKLCH | oklch(0.858 0.097 316.6) |
Copy-ready code
/* CSS */
color: #eabdfb;
background-color: #eabdfb;
/* Tailwind (arbitrary) */
class="text-[#eabdfb] bg-[#eabdfb]"
/* SCSS */
$brand: #eabdfb;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#eabdfb")Accessibility — WCAG contrast
Aa
#eabdfb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabdfb on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue98.4%
CMYK percentages
Cyan6.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#eabdfb text on a black background
contrast 13.17:1
Card sample
#eabdfb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabdfb;
Background color
Panel with #eabdfb background
background-color: #eabdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabdfb; background: linear-gradient(135deg, #eabdfb, #FBBDE3);