#eed1df
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 209, 223
HSL
331°, 46%, 88%
CMYK
0, 12, 6, 7
Luminance
0.6911
Every format
| HEX | #eed1df |
| RGB | rgb(238, 209, 223) |
| HSL | hsl(331, 46%, 88%) |
| CMYK | cmyk(0%, 12%, 6%, 7%) |
| LAB | lab(86.6 12.4 -3.2) |
| LCH | lch(86.6 12.8 345.6) |
| OKLCH | oklch(0.889 0.037 347.1) |
Copy-ready code
/* CSS */
color: #eed1df;
background-color: #eed1df;
/* Tailwind (arbitrary) */
class="text-[#eed1df] bg-[#eed1df]"
/* SCSS */
$brand: #eed1df;
/* SwiftUI */
Color(red: 0.933, green: 0.820, blue: 0.875)
/* Android */
Color.parseColor("#eed1df")Accessibility — WCAG contrast
Aa
#eed1df on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed1df on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow6.3%
Key (black)6.7%
Color previews
#eed1df text on a black background
contrast 14.82:1
Card sample
#eed1df text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed1df;
Background color
Panel with #eed1df background
background-color: #eed1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 209, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 209, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed1df; background: linear-gradient(135deg, #eed1df, #EED6D1);