#eabdf7
a pale, electric violet · warm · closest name: plum
RGB
234, 189, 247
HSL
287°, 78%, 86%
CMYK
5, 24, 0, 3
Luminance
0.6060
Every format
| HEX | #eabdf7 |
| RGB | rgb(234, 189, 247) |
| HSL | hsl(287, 78%, 86%) |
| CMYK | cmyk(5%, 24%, 0%, 3%) |
| LAB | lab(82.2 26.1 -22.6) |
| LCH | lch(82.2 34.5 319.1) |
| OKLCH | oklch(0.856 0.092 318.6) |
Copy-ready code
/* CSS */
color: #eabdf7;
background-color: #eabdf7;
/* Tailwind (arbitrary) */
class="text-[#eabdf7] bg-[#eabdf7]"
/* SCSS */
$brand: #eabdf7;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#eabdf7")Accessibility — WCAG contrast
Aa
#eabdf7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabdf7 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue96.9%
CMYK percentages
Cyan5.3%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#eabdf7 text on a black background
contrast 13.12:1
Card sample
#eabdf7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabdf7;
Background color
Panel with #eabdf7 background
background-color: #eabdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabdf7; background: linear-gradient(135deg, #eabdf7, #F7BDDD);