#eedce7
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 220, 231
HSL
323°, 35%, 90%
CMYK
0, 8, 3, 7
Luminance
0.7513
Every format
| HEX | #eedce7 |
| RGB | rgb(238, 220, 231) |
| HSL | hsl(323, 35%, 90%) |
| CMYK | cmyk(0%, 8%, 3%, 7%) |
| LAB | lab(89.5 8.1 -3.1) |
| LCH | lch(89.5 8.6 338.7) |
| OKLCH | oklch(0.912 0.025 340.3) |
Copy-ready code
/* CSS */
color: #eedce7;
background-color: #eedce7;
/* Tailwind (arbitrary) */
class="text-[#eedce7] bg-[#eedce7]"
/* SCSS */
$brand: #eedce7;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.906)
/* Android */
Color.parseColor("#eedce7")Accessibility — WCAG contrast
Aa
#eedce7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedce7 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow2.9%
Key (black)6.7%
Color previews
#eedce7 text on a black background
contrast 16.03:1
Card sample
#eedce7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedce7;
Background color
Panel with #eedce7 background
background-color: #eedce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedce7; background: linear-gradient(135deg, #eedce7, #EEDDDC);