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