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