#eedff0
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 223, 240
HSL
293°, 36%, 91%
CMYK
1, 7, 0, 6
Luminance
0.7724
Every format
| HEX | #eedff0 |
| RGB | rgb(238, 223, 240) |
| HSL | hsl(293, 36%, 91%) |
| CMYK | cmyk(1%, 7%, 0%, 6%) |
| LAB | lab(90.4 8.1 -6.4) |
| LCH | lch(90.4 10.3 321.5) |
| OKLCH | oklch(0.921 0.028 322.2) |
Copy-ready code
/* CSS */
color: #eedff0;
background-color: #eedff0;
/* Tailwind (arbitrary) */
class="text-[#eedff0] bg-[#eedff0]"
/* SCSS */
$brand: #eedff0;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.941)
/* Android */
Color.parseColor("#eedff0")Accessibility — WCAG contrast
Aa
#eedff0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedff0 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta7.1%
Yellow0.0%
Key (black)5.9%
Color previews
#eedff0 text on a black background
contrast 16.45:1
Card sample
#eedff0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedff0;
Background color
Panel with #eedff0 background
background-color: #eedff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedff0; background: linear-gradient(135deg, #eedff0, #F0DFE7);