#eec6df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 198, 223
HSL
323°, 54%, 86%
CMYK
0, 17, 6, 7
Luminance
0.6389
Every format
| HEX | #eec6df |
| RGB | rgb(238, 198, 223) |
| HSL | hsl(323, 54%, 86%) |
| CMYK | cmyk(0%, 17%, 6%, 7%) |
| LAB | lab(83.9 18.2 -7.1) |
| LCH | lch(83.9 19.6 338.8) |
| OKLCH | oklch(0.868 0.056 340.4) |
Copy-ready code
/* CSS */
color: #eec6df;
background-color: #eec6df;
/* Tailwind (arbitrary) */
class="text-[#eec6df] bg-[#eec6df]"
/* SCSS */
$brand: #eec6df;
/* SwiftUI */
Color(red: 0.933, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#eec6df")Accessibility — WCAG contrast
Aa
#eec6df on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec6df on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow6.3%
Key (black)6.7%
Color previews
#eec6df text on a black background
contrast 13.78:1
Card sample
#eec6df text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec6df;
Background color
Panel with #eec6df background
background-color: #eec6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec6df; background: linear-gradient(135deg, #eec6df, #EEC8C6);