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