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