#eec8df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 200, 223
HSL
324°, 53%, 86%
CMYK
0, 16, 6, 7
Luminance
0.6481
Every format
| HEX | #eec8df |
| RGB | rgb(238, 200, 223) |
| HSL | hsl(324, 53%, 86%) |
| CMYK | cmyk(0%, 16%, 6%, 7%) |
| LAB | lab(84.4 17.2 -6.4) |
| LCH | lch(84.4 18.3 339.6) |
| OKLCH | oklch(0.872 0.052 341.3) |
Copy-ready code
/* CSS */
color: #eec8df;
background-color: #eec8df;
/* Tailwind (arbitrary) */
class="text-[#eec8df] bg-[#eec8df]"
/* SCSS */
$brand: #eec8df;
/* SwiftUI */
Color(red: 0.933, green: 0.784, blue: 0.875)
/* Android */
Color.parseColor("#eec8df")Accessibility — WCAG contrast
Aa
#eec8df on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec8df on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green78.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow6.3%
Key (black)6.7%
Color previews
#eec8df text on a black background
contrast 13.96:1
Card sample
#eec8df text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec8df;
Background color
Panel with #eec8df background
background-color: #eec8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 200, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 200, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec8df; background: linear-gradient(135deg, #eec8df, #EECAC8);