#eecadf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 202, 223
HSL
325°, 51%, 86%
CMYK
0, 15, 6, 7
Luminance
0.6575
Every format
| HEX | #eecadf |
| RGB | rgb(238, 202, 223) |
| HSL | hsl(325, 51%, 86%) |
| CMYK | cmyk(0%, 15%, 6%, 7%) |
| LAB | lab(84.9 16.1 -5.7) |
| LCH | lch(84.9 17.1 340.6) |
| OKLCH | oklch(0.876 0.049 342.3) |
Copy-ready code
/* CSS */
color: #eecadf;
background-color: #eecadf;
/* Tailwind (arbitrary) */
class="text-[#eecadf] bg-[#eecadf]"
/* SCSS */
$brand: #eecadf;
/* SwiftUI */
Color(red: 0.933, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#eecadf")Accessibility — WCAG contrast
Aa
#eecadf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecadf on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow6.3%
Key (black)6.7%
Color previews
#eecadf text on a black background
contrast 14.15:1
Card sample
#eecadf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecadf;
Background color
Panel with #eecadf background
background-color: #eecadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecadf; background: linear-gradient(135deg, #eecadf, #EECDCA);