#eea2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 162, 219
HSL
315°, 69%, 78%
CMYK
0, 32, 8, 7
Luminance
0.4913
Every format
| HEX | #eea2db |
| RGB | rgb(238, 162, 219) |
| HSL | hsl(315, 69%, 78%) |
| CMYK | cmyk(0%, 32%, 8%, 7%) |
| LAB | lab(75.5 36.7 -17.4) |
| LCH | lch(75.5 40.6 334.5) |
| OKLCH | oklch(0.803 0.115 336.1) |
Copy-ready code
/* CSS */
color: #eea2db;
background-color: #eea2db;
/* Tailwind (arbitrary) */
class="text-[#eea2db] bg-[#eea2db]"
/* SCSS */
$brand: #eea2db;
/* SwiftUI */
Color(red: 0.933, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#eea2db")Accessibility — WCAG contrast
Aa
#eea2db on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea2db on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow8.0%
Key (black)6.7%
Color previews
#eea2db text on a black background
contrast 10.83:1
Card sample
#eea2db text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea2db;
Background color
Panel with #eea2db background
background-color: #eea2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea2db; background: linear-gradient(135deg, #eea2db, #EEA2A8);