#eedcef
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 220, 239
HSL
297°, 37%, 90%
CMYK
0, 8, 0, 6
Luminance
0.7560
Every format
| HEX | #eedcef |
| RGB | rgb(238, 220, 239) |
| HSL | hsl(297, 37%, 90%) |
| CMYK | cmyk(0%, 8%, 0%, 6%) |
| LAB | lab(89.7 9.5 -7.0) |
| LCH | lch(89.7 11.8 323.4) |
| OKLCH | oklch(0.914 0.032 324.2) |
Copy-ready code
/* CSS */
color: #eedcef;
background-color: #eedcef;
/* Tailwind (arbitrary) */
class="text-[#eedcef] bg-[#eedcef]"
/* SCSS */
$brand: #eedcef;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#eedcef")Accessibility — WCAG contrast
Aa
#eedcef on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedcef on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue93.7%
CMYK percentages
Cyan0.4%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#eedcef text on a black background
contrast 16.12:1
Card sample
#eedcef text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedcef;
Background color
Panel with #eedcef background
background-color: #eedcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedcef; background: linear-gradient(135deg, #eedcef, #EFDCE3);