#eec4df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 196, 223
HSL
321°, 55%, 85%
CMYK
0, 18, 6, 7
Luminance
0.6298
Every format
| HEX | #eec4df |
| RGB | rgb(238, 196, 223) |
| HSL | hsl(321, 55%, 85%) |
| CMYK | cmyk(0%, 18%, 6%, 7%) |
| LAB | lab(83.4 19.3 -7.8) |
| LCH | lch(83.4 20.8 338.0) |
| OKLCH | oklch(0.865 0.059 339.7) |
Copy-ready code
/* CSS */
color: #eec4df;
background-color: #eec4df;
/* Tailwind (arbitrary) */
class="text-[#eec4df] bg-[#eec4df]"
/* SCSS */
$brand: #eec4df;
/* SwiftUI */
Color(red: 0.933, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#eec4df")Accessibility — WCAG contrast
Aa
#eec4df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec4df on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow6.3%
Key (black)6.7%
Color previews
#eec4df text on a black background
contrast 13.60:1
Card sample
#eec4df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec4df;
Background color
Panel with #eec4df background
background-color: #eec4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec4df; background: linear-gradient(135deg, #eec4df, #EEC5C4);