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