#fcdeee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 222, 238
HSL
328°, 83%, 93%
CMYK
0, 12, 6, 1
Luminance
0.7911
Every format
| HEX | #fcdeee |
| RGB | rgb(252, 222, 238) |
| HSL | hsl(328, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 6%, 1%) |
| LAB | lab(91.3 13.0 -4.0) |
| LCH | lch(91.3 13.6 342.9) |
| OKLCH | oklch(0.930 0.039 344.5) |
Copy-ready code
/* CSS */
color: #fcdeee;
background-color: #fcdeee;
/* Tailwind (arbitrary) */
class="text-[#fcdeee] bg-[#fcdeee]"
/* SCSS */
$brand: #fcdeee;
/* SwiftUI */
Color(red: 0.988, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#fcdeee")Accessibility — WCAG contrast
Aa
#fcdeee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdeee on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow5.6%
Key (black)1.2%
Color previews
#fcdeee text on a black background
contrast 16.82:1
Card sample
#fcdeee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdeee;
Background color
Panel with #fcdeee background
background-color: #fcdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdeee; background: linear-gradient(135deg, #fcdeee, #FCE2DE);