#eabdf0
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 189, 240
HSL
293°, 63%, 84%
CMYK
3, 21, 0, 6
Luminance
0.6018
Every format
| HEX | #eabdf0 |
| RGB | rgb(234, 189, 240) |
| HSL | hsl(293, 63%, 84%) |
| CMYK | cmyk(3%, 21%, 0%, 6%) |
| LAB | lab(81.9 24.7 -19.2) |
| LCH | lch(81.9 31.3 322.2) |
| OKLCH | oklch(0.854 0.085 322.4) |
Copy-ready code
/* CSS */
color: #eabdf0;
background-color: #eabdf0;
/* Tailwind (arbitrary) */
class="text-[#eabdf0] bg-[#eabdf0]"
/* SCSS */
$brand: #eabdf0;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#eabdf0")Accessibility — WCAG contrast
Aa
#eabdf0 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabdf0 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue94.1%
CMYK percentages
Cyan2.5%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#eabdf0 text on a black background
contrast 13.04:1
Card sample
#eabdf0 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabdf0;
Background color
Panel with #eabdf0 background
background-color: #eabdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabdf0; background: linear-gradient(135deg, #eabdf0, #F0BDD4);