#eec2cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 194, 207
HSL
342°, 56%, 85%
CMYK
0, 19, 13, 7
Luminance
0.6127
Every format
| HEX | #eec2cf |
| RGB | rgb(238, 194, 207) |
| HSL | hsl(342, 56%, 85%) |
| CMYK | cmyk(0%, 19%, 13%, 7%) |
| LAB | lab(82.5 17.7 -0.6) |
| LCH | lch(82.5 17.7 358.2) |
| OKLCH | oklch(0.856 0.053 358.7) |
Copy-ready code
/* CSS */
color: #eec2cf;
background-color: #eec2cf;
/* Tailwind (arbitrary) */
class="text-[#eec2cf] bg-[#eec2cf]"
/* SCSS */
$brand: #eec2cf;
/* SwiftUI */
Color(red: 0.933, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#eec2cf")Accessibility — WCAG contrast
Aa
#eec2cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec2cf on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow13.0%
Key (black)6.7%
Color previews
#eec2cf text on a black background
contrast 13.25:1
Card sample
#eec2cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec2cf;
Background color
Panel with #eec2cf background
background-color: #eec2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec2cf; background: linear-gradient(135deg, #eec2cf, #EED2C2);