#eedce1
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 220, 225
HSL
343°, 35%, 90%
CMYK
0, 8, 6, 7
Luminance
0.7480
Every format
| HEX | #eedce1 |
| RGB | rgb(238, 220, 225) |
| HSL | hsl(343, 35%, 90%) |
| CMYK | cmyk(0%, 8%, 6%, 7%) |
| LAB | lab(89.3 7.0 -0.2) |
| LCH | lch(89.3 7.0 358.2) |
| OKLCH | oklch(0.910 0.021 358.7) |
Copy-ready code
/* CSS */
color: #eedce1;
background-color: #eedce1;
/* Tailwind (arbitrary) */
class="text-[#eedce1] bg-[#eedce1]"
/* SCSS */
$brand: #eedce1;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.882)
/* Android */
Color.parseColor("#eedce1")Accessibility — WCAG contrast
Aa
#eedce1 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedce1 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow5.5%
Key (black)6.7%
Color previews
#eedce1 text on a black background
contrast 15.96:1
Card sample
#eedce1 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedce1;
Background color
Panel with #eedce1 background
background-color: #eedce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedce1; background: linear-gradient(135deg, #eedce1, #EEE3DC);