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