#eec4cf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 196, 207
HSL
344°, 55%, 85%
CMYK
0, 18, 13, 7
Luminance
0.6216
Every format
| HEX | #eec4cf |
| RGB | rgb(238, 196, 207) |
| HSL | hsl(344, 55%, 85%) |
| CMYK | cmyk(0%, 18%, 13%, 7%) |
| LAB | lab(83.0 16.6 0.1) |
| LCH | lch(83.0 16.6 0.4) |
| OKLCH | oklch(0.860 0.050 0.7) |
Copy-ready code
/* CSS */
color: #eec4cf;
background-color: #eec4cf;
/* Tailwind (arbitrary) */
class="text-[#eec4cf] bg-[#eec4cf]"
/* SCSS */
$brand: #eec4cf;
/* SwiftUI */
Color(red: 0.933, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#eec4cf")Accessibility — WCAG contrast
Aa
#eec4cf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec4cf on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow13.0%
Key (black)6.7%
Color previews
#eec4cf text on a black background
contrast 13.43:1
Card sample
#eec4cf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec4cf;
Background color
Panel with #eec4cf background
background-color: #eec4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec4cf; background: linear-gradient(135deg, #eec4cf, #EED5C4);