#eeccdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 204, 223
HSL
327°, 50%, 87%
CMYK
0, 14, 6, 7
Luminance
0.6669
Every format
| HEX | #eeccdf |
| RGB | rgb(238, 204, 223) |
| HSL | hsl(327, 50%, 87%) |
| CMYK | cmyk(0%, 14%, 6%, 7%) |
| LAB | lab(85.3 15.1 -5.0) |
| LCH | lch(85.3 15.8 341.8) |
| OKLCH | oklch(0.879 0.045 343.4) |
Copy-ready code
/* CSS */
color: #eeccdf;
background-color: #eeccdf;
/* Tailwind (arbitrary) */
class="text-[#eeccdf] bg-[#eeccdf]"
/* SCSS */
$brand: #eeccdf;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#eeccdf")Accessibility — WCAG contrast
Aa
#eeccdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeccdf on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow6.3%
Key (black)6.7%
Color previews
#eeccdf text on a black background
contrast 14.34:1
Card sample
#eeccdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeccdf;
Background color
Panel with #eeccdf background
background-color: #eeccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeccdf; background: linear-gradient(135deg, #eeccdf, #EED0CC);