#eec5df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 197, 223
HSL
322°, 55%, 85%
CMYK
0, 17, 6, 7
Luminance
0.6344
Every format
| HEX | #eec5df |
| RGB | rgb(238, 197, 223) |
| HSL | hsl(322, 55%, 85%) |
| CMYK | cmyk(0%, 17%, 6%, 7%) |
| LAB | lab(83.7 18.8 -7.4) |
| LCH | lch(83.7 20.2 338.4) |
| OKLCH | oklch(0.866 0.057 340.0) |
Copy-ready code
/* CSS */
color: #eec5df;
background-color: #eec5df;
/* Tailwind (arbitrary) */
class="text-[#eec5df] bg-[#eec5df]"
/* SCSS */
$brand: #eec5df;
/* SwiftUI */
Color(red: 0.933, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#eec5df")Accessibility — WCAG contrast
Aa
#eec5df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec5df on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green77.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow6.3%
Key (black)6.7%
Color previews
#eec5df text on a black background
contrast 13.69:1
Card sample
#eec5df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec5df;
Background color
Panel with #eec5df background
background-color: #eec5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec5df; background: linear-gradient(135deg, #eec5df, #EEC6C5);