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