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