#eec7df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 199, 223
HSL
323°, 53%, 86%
CMYK
0, 16, 6, 7
Luminance
0.6435
Every format
| HEX | #eec7df |
| RGB | rgb(238, 199, 223) |
| HSL | hsl(323, 53%, 86%) |
| CMYK | cmyk(0%, 16%, 6%, 7%) |
| LAB | lab(84.2 17.7 -6.7) |
| LCH | lch(84.2 18.9 339.2) |
| OKLCH | oklch(0.870 0.054 340.8) |
Copy-ready code
/* CSS */
color: #eec7df;
background-color: #eec7df;
/* Tailwind (arbitrary) */
class="text-[#eec7df] bg-[#eec7df]"
/* SCSS */
$brand: #eec7df;
/* SwiftUI */
Color(red: 0.933, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#eec7df")Accessibility — WCAG contrast
Aa
#eec7df on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec7df on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green78.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow6.3%
Key (black)6.7%
Color previews
#eec7df text on a black background
contrast 13.87:1
Card sample
#eec7df text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec7df;
Background color
Panel with #eec7df background
background-color: #eec7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec7df; background: linear-gradient(135deg, #eec7df, #EEC9C7);