#eea2df
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 162, 223
HSL
312°, 69%, 78%
CMYK
0, 32, 6, 7
Luminance
0.4935
Every format
| HEX | #eea2df |
| RGB | rgb(238, 162, 223) |
| HSL | hsl(312, 69%, 78%) |
| CMYK | cmyk(0%, 32%, 6%, 7%) |
| LAB | lab(75.7 37.3 -19.4) |
| LCH | lch(75.7 42.1 332.5) |
| OKLCH | oklch(0.805 0.119 333.9) |
Copy-ready code
/* CSS */
color: #eea2df;
background-color: #eea2df;
/* Tailwind (arbitrary) */
class="text-[#eea2df] bg-[#eea2df]"
/* SCSS */
$brand: #eea2df;
/* SwiftUI */
Color(red: 0.933, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#eea2df")Accessibility — WCAG contrast
Aa
#eea2df on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea2df on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green63.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow6.3%
Key (black)6.7%
Color previews
#eea2df text on a black background
contrast 10.87:1
Card sample
#eea2df text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea2df;
Background color
Panel with #eea2df background
background-color: #eea2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea2df; background: linear-gradient(135deg, #eea2df, #EEA2AC);