#fcdfed
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 223, 237
HSL
331°, 83%, 93%
CMYK
0, 12, 6, 1
Luminance
0.7959
Every format
| HEX | #fcdfed |
| RGB | rgb(252, 223, 237) |
| HSL | hsl(331, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 6%, 1%) |
| LAB | lab(91.5 12.3 -3.1) |
| LCH | lch(91.5 12.7 345.6) |
| OKLCH | oklch(0.931 0.037 347.1) |
Copy-ready code
/* CSS */
color: #fcdfed;
background-color: #fcdfed;
/* Tailwind (arbitrary) */
class="text-[#fcdfed] bg-[#fcdfed]"
/* SCSS */
$brand: #fcdfed;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#fcdfed")Accessibility — WCAG contrast
Aa
#fcdfed on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfed on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow6.0%
Key (black)1.2%
Color previews
#fcdfed text on a black background
contrast 16.92:1
Card sample
#fcdfed text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfed;
Background color
Panel with #fcdfed background
background-color: #fcdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfed; background: linear-gradient(135deg, #fcdfed, #FCE4DF);