#eeafdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 175, 223
HSL
314°, 65%, 81%
CMYK
0, 27, 6, 7
Luminance
0.5416
Every format
| HEX | #eeafdf |
| RGB | rgb(238, 175, 223) |
| HSL | hsl(314, 65%, 81%) |
| CMYK | cmyk(0%, 27%, 6%, 7%) |
| LAB | lab(78.6 30.4 -15.1) |
| LCH | lch(78.6 34.0 333.7) |
| OKLCH | oklch(0.827 0.096 335.2) |
Copy-ready code
/* CSS */
color: #eeafdf;
background-color: #eeafdf;
/* Tailwind (arbitrary) */
class="text-[#eeafdf] bg-[#eeafdf]"
/* SCSS */
$brand: #eeafdf;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#eeafdf")Accessibility — WCAG contrast
Aa
#eeafdf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeafdf on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow6.3%
Key (black)6.7%
Color previews
#eeafdf text on a black background
contrast 11.83:1
Card sample
#eeafdf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeafdf;
Background color
Panel with #eeafdf background
background-color: #eeafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafdf; background: linear-gradient(135deg, #eeafdf, #EEAFB5);