#eab1df
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 177, 223
HSL
312°, 58%, 81%
CMYK
0, 24, 5, 8
Luminance
0.5426
Every format
| HEX | #eab1df |
| RGB | rgb(234, 177, 223) |
| HSL | hsl(312, 58%, 81%) |
| CMYK | cmyk(0%, 24%, 5%, 8%) |
| LAB | lab(78.6 28.1 -15.0) |
| LCH | lch(78.6 31.8 331.8) |
| OKLCH | oklch(0.827 0.089 333.2) |
Copy-ready code
/* CSS */
color: #eab1df;
background-color: #eab1df;
/* Tailwind (arbitrary) */
class="text-[#eab1df] bg-[#eab1df]"
/* SCSS */
$brand: #eab1df;
/* SwiftUI */
Color(red: 0.918, green: 0.694, blue: 0.875)
/* Android */
Color.parseColor("#eab1df")Accessibility — WCAG contrast
Aa
#eab1df on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab1df on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green69.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow4.7%
Key (black)8.2%
Color previews
#eab1df text on a black background
contrast 11.85:1
Card sample
#eab1df text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab1df;
Background color
Panel with #eab1df background
background-color: #eab1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 177, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 177, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab1df; background: linear-gradient(135deg, #eab1df, #EAB1B9);