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