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