#eec0df
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 192, 223
HSL
320°, 58%, 84%
CMYK
0, 19, 6, 7
Luminance
0.6120
Every format
| HEX | #eec0df |
| RGB | rgb(238, 192, 223) |
| HSL | hsl(320, 58%, 84%) |
| CMYK | cmyk(0%, 19%, 6%, 7%) |
| LAB | lab(82.5 21.4 -9.2) |
| LCH | lch(82.5 23.3 336.8) |
| OKLCH | oklch(0.857 0.066 338.4) |
Copy-ready code
/* CSS */
color: #eec0df;
background-color: #eec0df;
/* Tailwind (arbitrary) */
class="text-[#eec0df] bg-[#eec0df]"
/* SCSS */
$brand: #eec0df;
/* SwiftUI */
Color(red: 0.933, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#eec0df")Accessibility — WCAG contrast
Aa
#eec0df on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec0df on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow6.3%
Key (black)6.7%
Color previews
#eec0df text on a black background
contrast 13.24:1
Card sample
#eec0df text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec0df;
Background color
Panel with #eec0df background
background-color: #eec0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec0df; background: linear-gradient(135deg, #eec0df, #EEC0C0);