#eedadc
a pale, soft red · warm · closest name: lavender
RGB
238, 218, 220
HSL
354°, 37%, 89%
CMYK
0, 8, 8, 7
Luminance
0.7349
Every format
| HEX | #eedadc |
| RGB | rgb(238, 218, 220) |
| HSL | hsl(354, 37%, 89%) |
| CMYK | cmyk(0%, 8%, 8%, 7%) |
| LAB | lab(88.7 7.2 1.5) |
| LCH | lch(88.7 7.4 11.8) |
| OKLCH | oklch(0.905 0.022 10.6) |
Copy-ready code
/* CSS */
color: #eedadc;
background-color: #eedadc;
/* Tailwind (arbitrary) */
class="text-[#eedadc] bg-[#eedadc]"
/* SCSS */
$brand: #eedadc;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.863)
/* Android */
Color.parseColor("#eedadc")Accessibility — WCAG contrast
Aa
#eedadc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedadc on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow7.6%
Key (black)6.7%
Color previews
#eedadc text on a black background
contrast 15.70:1
Card sample
#eedadc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedadc;
Background color
Panel with #eedadc background
background-color: #eedadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedadc; background: linear-gradient(135deg, #eedadc, #EEE5DA);