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