#eedfe3
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 223, 227
HSL
344°, 31%, 90%
CMYK
0, 6, 5, 7
Luminance
0.7650
Every format
| HEX | #eedfe3 |
| RGB | rgb(238, 223, 227) |
| HSL | hsl(344, 31%, 90%) |
| CMYK | cmyk(0%, 6%, 5%, 7%) |
| LAB | lab(90.1 5.8 -0.1) |
| LCH | lch(90.1 5.8 358.9) |
| OKLCH | oklch(0.917 0.017 359.3) |
Copy-ready code
/* CSS */
color: #eedfe3;
background-color: #eedfe3;
/* Tailwind (arbitrary) */
class="text-[#eedfe3] bg-[#eedfe3]"
/* SCSS */
$brand: #eedfe3;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#eedfe3")Accessibility — WCAG contrast
Aa
#eedfe3 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfe3 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow4.6%
Key (black)6.7%
Color previews
#eedfe3 text on a black background
contrast 16.30:1
Card sample
#eedfe3 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfe3;
Background color
Panel with #eedfe3 background
background-color: #eedfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfe3; background: linear-gradient(135deg, #eedfe3, #EEE5DF);