#eabdf2
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 189, 242
HSL
291°, 67%, 85%
CMYK
3, 22, 0, 5
Luminance
0.6030
Every format
| HEX | #eabdf2 |
| RGB | rgb(234, 189, 242) |
| HSL | hsl(291, 67%, 85%) |
| CMYK | cmyk(3%, 22%, 0%, 5%) |
| LAB | lab(82.0 25.1 -20.1) |
| LCH | lch(82.0 32.2 321.3) |
| OKLCH | oklch(0.855 0.087 321.2) |
Copy-ready code
/* CSS */
color: #eabdf2;
background-color: #eabdf2;
/* Tailwind (arbitrary) */
class="text-[#eabdf2] bg-[#eabdf2]"
/* SCSS */
$brand: #eabdf2;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.949)
/* Android */
Color.parseColor("#eabdf2")Accessibility — WCAG contrast
Aa
#eabdf2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabdf2 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue94.9%
CMYK percentages
Cyan3.3%
Magenta21.9%
Yellow0.0%
Key (black)5.1%
Color previews
#eabdf2 text on a black background
contrast 13.06:1
Card sample
#eabdf2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabdf2;
Background color
Panel with #eabdf2 background
background-color: #eabdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabdf2; background: linear-gradient(135deg, #eabdf2, #F2BDD7);