#eddfe8
a pale, soft magenta / pink · warm · closest name: lavender
RGB
237, 223, 232
HSL
321°, 28%, 90%
CMYK
0, 6, 2, 7
Luminance
0.7661
Every format
| HEX | #eddfe8 |
| RGB | rgb(237, 223, 232) |
| HSL | hsl(321, 28%, 90%) |
| CMYK | cmyk(0%, 6%, 2%, 7%) |
| LAB | lab(90.1 6.3 -2.7) |
| LCH | lch(90.1 6.9 337.1) |
| OKLCH | oklch(0.917 0.019 338.7) |
Copy-ready code
/* CSS */
color: #eddfe8;
background-color: #eddfe8;
/* Tailwind (arbitrary) */
class="text-[#eddfe8] bg-[#eddfe8]"
/* SCSS */
$brand: #eddfe8;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#eddfe8")Accessibility — WCAG contrast
Aa
#eddfe8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddfe8 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow2.1%
Key (black)7.1%
Color previews
#eddfe8 text on a black background
contrast 16.32:1
Card sample
#eddfe8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddfe8;
Background color
Panel with #eddfe8 background
background-color: #eddfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddfe8; background: linear-gradient(135deg, #eddfe8, #EDDFDF);