#eeafd4
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 175, 212
HSL
325°, 65%, 81%
CMYK
0, 27, 11, 7
Luminance
0.5359
Every format
| HEX | #eeafd4 |
| RGB | rgb(238, 175, 212) |
| HSL | hsl(325, 65%, 81%) |
| CMYK | cmyk(0%, 27%, 11%, 7%) |
| LAB | lab(78.2 28.6 -9.6) |
| LCH | lch(78.2 30.2 341.4) |
| OKLCH | oklch(0.823 0.087 343.1) |
Copy-ready code
/* CSS */
color: #eeafd4;
background-color: #eeafd4;
/* Tailwind (arbitrary) */
class="text-[#eeafd4] bg-[#eeafd4]"
/* SCSS */
$brand: #eeafd4;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#eeafd4")Accessibility — WCAG contrast
Aa
#eeafd4 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeafd4 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow10.9%
Key (black)6.7%
Color previews
#eeafd4 text on a black background
contrast 11.72:1
Card sample
#eeafd4 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeafd4;
Background color
Panel with #eeafd4 background
background-color: #eeafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafd4; background: linear-gradient(135deg, #eeafd4, #EEB4AF);