#eab4df
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 180, 223
HSL
312°, 56%, 81%
CMYK
0, 23, 5, 8
Luminance
0.5546
Every format
| HEX | #eab4df |
| RGB | rgb(234, 180, 223) |
| HSL | hsl(312, 56%, 81%) |
| CMYK | cmyk(0%, 23%, 5%, 8%) |
| LAB | lab(79.3 26.4 -14.0) |
| LCH | lch(79.3 29.9 332.1) |
| OKLCH | oklch(0.832 0.084 333.6) |
Copy-ready code
/* CSS */
color: #eab4df;
background-color: #eab4df;
/* Tailwind (arbitrary) */
class="text-[#eab4df] bg-[#eab4df]"
/* SCSS */
$brand: #eab4df;
/* SwiftUI */
Color(red: 0.918, green: 0.706, blue: 0.875)
/* Android */
Color.parseColor("#eab4df")Accessibility — WCAG contrast
Aa
#eab4df on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab4df on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green70.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow4.7%
Key (black)8.2%
Color previews
#eab4df text on a black background
contrast 12.09:1
Card sample
#eab4df text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab4df;
Background color
Panel with #eab4df background
background-color: #eab4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 180, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 180, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab4df; background: linear-gradient(135deg, #eab4df, #EAB4BB);