#eed3df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 211, 223
HSL
333°, 44%, 88%
CMYK
0, 11, 6, 7
Luminance
0.7009
Every format
| HEX | #eed3df |
| RGB | rgb(238, 211, 223) |
| HSL | hsl(333, 44%, 88%) |
| CMYK | cmyk(0%, 11%, 6%, 7%) |
| LAB | lab(87.0 11.4 -2.5) |
| LCH | lch(87.0 11.6 347.8) |
| OKLCH | oklch(0.893 0.034 349.1) |
Copy-ready code
/* CSS */
color: #eed3df;
background-color: #eed3df;
/* Tailwind (arbitrary) */
class="text-[#eed3df] bg-[#eed3df]"
/* SCSS */
$brand: #eed3df;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.875)
/* Android */
Color.parseColor("#eed3df")Accessibility — WCAG contrast
Aa
#eed3df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed3df on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow6.3%
Key (black)6.7%
Color previews
#eed3df text on a black background
contrast 15.02:1
Card sample
#eed3df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed3df;
Background color
Panel with #eed3df background
background-color: #eed3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed3df; background: linear-gradient(135deg, #eed3df, #EED9D3);