#eedbdf
a pale, soft red · warm · closest name: lavender
RGB
238, 219, 223
HSL
347°, 36%, 90%
CMYK
0, 8, 6, 7
Luminance
0.7417
Every format
| HEX | #eedbdf |
| RGB | rgb(238, 219, 223) |
| HSL | hsl(347, 36%, 90%) |
| CMYK | cmyk(0%, 8%, 6%, 7%) |
| LAB | lab(89.0 7.2 0.4) |
| LCH | lch(89.0 7.2 3.2) |
| OKLCH | oklch(0.908 0.022 3.1) |
Copy-ready code
/* CSS */
color: #eedbdf;
background-color: #eedbdf;
/* Tailwind (arbitrary) */
class="text-[#eedbdf] bg-[#eedbdf]"
/* SCSS */
$brand: #eedbdf;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#eedbdf")Accessibility — WCAG contrast
Aa
#eedbdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbdf on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow6.3%
Key (black)6.7%
Color previews
#eedbdf text on a black background
contrast 15.83:1
Card sample
#eedbdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbdf;
Background color
Panel with #eedbdf background
background-color: #eedbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbdf; background: linear-gradient(135deg, #eedbdf, #EEE4DB);