#eeddec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 221, 236
HSL
307°, 33%, 90%
CMYK
0, 7, 1, 7
Luminance
0.7595
Every format
| HEX | #eeddec |
| RGB | rgb(238, 221, 236) |
| HSL | hsl(307, 33%, 90%) |
| CMYK | cmyk(0%, 7%, 1%, 7%) |
| LAB | lab(89.8 8.4 -5.2) |
| LCH | lch(89.8 9.9 328.3) |
| OKLCH | oklch(0.915 0.027 329.5) |
Copy-ready code
/* CSS */
color: #eeddec;
background-color: #eeddec;
/* Tailwind (arbitrary) */
class="text-[#eeddec] bg-[#eeddec]"
/* SCSS */
$brand: #eeddec;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.925)
/* Android */
Color.parseColor("#eeddec")Accessibility — WCAG contrast
Aa
#eeddec on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddec on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow0.8%
Key (black)6.7%
Color previews
#eeddec text on a black background
contrast 16.19:1
Card sample
#eeddec text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddec;
Background color
Panel with #eeddec background
background-color: #eeddec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddec; background: linear-gradient(135deg, #eeddec, #EEDDE1);