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