#eec3df
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 195, 223
HSL
321°, 56%, 85%
CMYK
0, 18, 6, 7
Luminance
0.6254
Every format
| HEX | #eec3df |
| RGB | rgb(238, 195, 223) |
| HSL | hsl(321, 56%, 85%) |
| CMYK | cmyk(0%, 18%, 6%, 7%) |
| LAB | lab(83.2 19.8 -8.1) |
| LCH | lch(83.2 21.4 337.7) |
| OKLCH | oklch(0.863 0.061 339.3) |
Copy-ready code
/* CSS */
color: #eec3df;
background-color: #eec3df;
/* Tailwind (arbitrary) */
class="text-[#eec3df] bg-[#eec3df]"
/* SCSS */
$brand: #eec3df;
/* SwiftUI */
Color(red: 0.933, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#eec3df")Accessibility — WCAG contrast
Aa
#eec3df on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec3df on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow6.3%
Key (black)6.7%
Color previews
#eec3df text on a black background
contrast 13.51:1
Card sample
#eec3df text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec3df;
Background color
Panel with #eec3df background
background-color: #eec3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec3df; background: linear-gradient(135deg, #eec3df, #EEC4C3);