#eddfec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
237, 223, 236
HSL
304°, 28%, 90%
CMYK
0, 6, 0, 7
Luminance
0.7684
Every format
| HEX | #eddfec |
| RGB | rgb(237, 223, 236) |
| HSL | hsl(304, 28%, 90%) |
| CMYK | cmyk(0%, 6%, 0%, 7%) |
| LAB | lab(90.3 7.0 -4.6) |
| LCH | lch(90.3 8.4 326.8) |
| OKLCH | oklch(0.919 0.023 327.9) |
Copy-ready code
/* CSS */
color: #eddfec;
background-color: #eddfec;
/* Tailwind (arbitrary) */
class="text-[#eddfec] bg-[#eddfec]"
/* SCSS */
$brand: #eddfec;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#eddfec")Accessibility — WCAG contrast
Aa
#eddfec on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddfec on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow0.4%
Key (black)7.1%
Color previews
#eddfec text on a black background
contrast 16.37:1
Card sample
#eddfec text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddfec;
Background color
Panel with #eddfec background
background-color: #eddfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddfec; background: linear-gradient(135deg, #eddfec, #EDDFE3);