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