#eeacd2
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 172, 210
HSL
326°, 66%, 80%
CMYK
0, 28, 12, 7
Luminance
0.5234
Every format
| HEX | #eeacd2 |
| RGB | rgb(238, 172, 210) |
| HSL | hsl(326, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 12%, 7%) |
| LAB | lab(77.5 29.9 -9.6) |
| LCH | lch(77.5 31.4 342.1) |
| OKLCH | oklch(0.818 0.091 343.8) |
Copy-ready code
/* CSS */
color: #eeacd2;
background-color: #eeacd2;
/* Tailwind (arbitrary) */
class="text-[#eeacd2] bg-[#eeacd2]"
/* SCSS */
$brand: #eeacd2;
/* SwiftUI */
Color(red: 0.933, green: 0.675, blue: 0.824)
/* Android */
Color.parseColor("#eeacd2")Accessibility — WCAG contrast
Aa
#eeacd2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeacd2 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow11.8%
Key (black)6.7%
Color previews
#eeacd2 text on a black background
contrast 11.47:1
Card sample
#eeacd2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeacd2;
Background color
Panel with #eeacd2 background
background-color: #eeacd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeacd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 172, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 172, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeacd2; background: linear-gradient(135deg, #eeacd2, #EEB2AC);