#eedcf0
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 220, 240
HSL
294°, 40%, 90%
CMYK
1, 8, 0, 6
Luminance
0.7565
Every format
| HEX | #eedcf0 |
| RGB | rgb(238, 220, 240) |
| HSL | hsl(294, 40%, 90%) |
| CMYK | cmyk(1%, 8%, 0%, 6%) |
| LAB | lab(89.7 9.7 -7.5) |
| LCH | lch(89.7 12.2 322.1) |
| OKLCH | oklch(0.915 0.033 322.8) |
Copy-ready code
/* CSS */
color: #eedcf0;
background-color: #eedcf0;
/* Tailwind (arbitrary) */
class="text-[#eedcf0] bg-[#eedcf0]"
/* SCSS */
$brand: #eedcf0;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.941)
/* Android */
Color.parseColor("#eedcf0")Accessibility — WCAG contrast
Aa
#eedcf0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedcf0 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta8.3%
Yellow0.0%
Key (black)5.9%
Color previews
#eedcf0 text on a black background
contrast 16.13:1
Card sample
#eedcf0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedcf0;
Background color
Panel with #eedcf0 background
background-color: #eedcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedcf0; background: linear-gradient(135deg, #eedcf0, #F0DCE5);