#eed7df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 215, 223
HSL
339°, 40%, 89%
CMYK
0, 10, 6, 7
Luminance
0.7211
Every format
| HEX | #eed7df |
| RGB | rgb(238, 215, 223) |
| HSL | hsl(339, 40%, 89%) |
| CMYK | cmyk(0%, 10%, 6%, 7%) |
| LAB | lab(88.0 9.3 -1.0) |
| LCH | lch(88.0 9.3 353.7) |
| OKLCH | oklch(0.900 0.028 354.6) |
Copy-ready code
/* CSS */
color: #eed7df;
background-color: #eed7df;
/* Tailwind (arbitrary) */
class="text-[#eed7df] bg-[#eed7df]"
/* SCSS */
$brand: #eed7df;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#eed7df")Accessibility — WCAG contrast
Aa
#eed7df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed7df on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow6.3%
Key (black)6.7%
Color previews
#eed7df text on a black background
contrast 15.42:1
Card sample
#eed7df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed7df;
Background color
Panel with #eed7df background
background-color: #eed7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed7df; background: linear-gradient(135deg, #eed7df, #EEDED7);