#eabddf
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 189, 223
HSL
315°, 52%, 83%
CMYK
0, 19, 5, 8
Luminance
0.5922
Every format
| HEX | #eabddf |
| RGB | rgb(234, 189, 223) |
| HSL | hsl(315, 52%, 83%) |
| CMYK | cmyk(0%, 19%, 5%, 8%) |
| LAB | lab(81.4 21.6 -10.8) |
| LCH | lch(81.4 24.2 333.4) |
| OKLCH | oklch(0.848 0.068 334.9) |
Copy-ready code
/* CSS */
color: #eabddf;
background-color: #eabddf;
/* Tailwind (arbitrary) */
class="text-[#eabddf] bg-[#eabddf]"
/* SCSS */
$brand: #eabddf;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#eabddf")Accessibility — WCAG contrast
Aa
#eabddf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabddf on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow4.7%
Key (black)8.2%
Color previews
#eabddf text on a black background
contrast 12.84:1
Card sample
#eabddf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabddf;
Background color
Panel with #eabddf background
background-color: #eabddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabddf; background: linear-gradient(135deg, #eabddf, #EABDC1);