#fdeefc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 238, 252
HSL
304°, 79%, 96%
CMYK
0, 6, 0, 1
Luminance
0.8906
Every format
| HEX | #fdeefc |
| RGB | rgb(253, 238, 252) |
| HSL | hsl(304, 79%, 96%) |
| CMYK | cmyk(0%, 6%, 0%, 1%) |
| LAB | lab(95.6 7.5 -4.9) |
| LCH | lch(95.6 8.9 326.6) |
| OKLCH | oklch(0.965 0.024 327.8) |
Copy-ready code
/* CSS */
color: #fdeefc;
background-color: #fdeefc;
/* Tailwind (arbitrary) */
class="text-[#fdeefc] bg-[#fdeefc]"
/* SCSS */
$brand: #fdeefc;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#fdeefc")Accessibility — WCAG contrast
Aa
#fdeefc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeefc on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow0.4%
Key (black)0.8%
Color previews
#fdeefc text on a black background
contrast 18.81:1
Card sample
#fdeefc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeefc;
Background color
Panel with #fdeefc background
background-color: #fdeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeefc; background: linear-gradient(135deg, #fdeefc, #FDEEF2);