#eedce4
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 220, 228
HSL
333°, 35%, 90%
CMYK
0, 8, 4, 7
Luminance
0.7496
Every format
| HEX | #eedce4 |
| RGB | rgb(238, 220, 228) |
| HSL | hsl(333, 35%, 90%) |
| CMYK | cmyk(0%, 8%, 4%, 7%) |
| LAB | lab(89.4 7.5 -1.7) |
| LCH | lch(89.4 7.7 347.4) |
| OKLCH | oklch(0.911 0.022 348.8) |
Copy-ready code
/* CSS */
color: #eedce4;
background-color: #eedce4;
/* Tailwind (arbitrary) */
class="text-[#eedce4] bg-[#eedce4]"
/* SCSS */
$brand: #eedce4;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.894)
/* Android */
Color.parseColor("#eedce4")Accessibility — WCAG contrast
Aa
#eedce4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedce4 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow4.2%
Key (black)6.7%
Color previews
#eedce4 text on a black background
contrast 15.99:1
Card sample
#eedce4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedce4;
Background color
Panel with #eedce4 background
background-color: #eedce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedce4; background: linear-gradient(135deg, #eedce4, #EEE0DC);