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