#eeafd0
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 175, 208
HSL
329°, 65%, 81%
CMYK
0, 27, 13, 7
Luminance
0.5339
Every format
| HEX | #eeafd0 |
| RGB | rgb(238, 175, 208) |
| HSL | hsl(329, 65%, 81%) |
| CMYK | cmyk(0%, 27%, 13%, 7%) |
| LAB | lab(78.1 27.9 -7.6) |
| LCH | lch(78.1 29.0 344.8) |
| OKLCH | oklch(0.822 0.085 346.4) |
Copy-ready code
/* CSS */
color: #eeafd0;
background-color: #eeafd0;
/* Tailwind (arbitrary) */
class="text-[#eeafd0] bg-[#eeafd0]"
/* SCSS */
$brand: #eeafd0;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#eeafd0")Accessibility — WCAG contrast
Aa
#eeafd0 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeafd0 on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow12.6%
Key (black)6.7%
Color previews
#eeafd0 text on a black background
contrast 11.68:1
Card sample
#eeafd0 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeafd0;
Background color
Panel with #eeafd0 background
background-color: #eeafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafd0; background: linear-gradient(135deg, #eeafd0, #EEB8AF);