#eaa2df
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 162, 223
HSL
309°, 63%, 78%
CMYK
0, 31, 5, 8
Luminance
0.4866
Every format
| HEX | #eaa2df |
| RGB | rgb(234, 162, 223) |
| HSL | hsl(309, 63%, 78%) |
| CMYK | cmyk(0%, 31%, 5%, 8%) |
| LAB | lab(75.2 36.0 -20.1) |
| LCH | lch(75.2 41.3 330.8) |
| OKLCH | oklch(0.801 0.116 332.1) |
Copy-ready code
/* CSS */
color: #eaa2df;
background-color: #eaa2df;
/* Tailwind (arbitrary) */
class="text-[#eaa2df] bg-[#eaa2df]"
/* SCSS */
$brand: #eaa2df;
/* SwiftUI */
Color(red: 0.918, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#eaa2df")Accessibility — WCAG contrast
Aa
#eaa2df on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaa2df on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green63.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow4.7%
Key (black)8.2%
Color previews
#eaa2df text on a black background
contrast 10.73:1
Card sample
#eaa2df text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaa2df;
Background color
Panel with #eaa2df background
background-color: #eaa2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaa2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaa2df; background: linear-gradient(135deg, #eaa2df, #EAA2AF);