#fcdef4
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 222, 244
HSL
316°, 83%, 93%
CMYK
0, 12, 3, 1
Luminance
0.7947
Every format
| HEX | #fcdef4 |
| RGB | rgb(252, 222, 244) |
| HSL | hsl(316, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 3%, 1%) |
| LAB | lab(91.5 14.0 -6.9) |
| LCH | lch(91.5 15.6 333.8) |
| OKLCH | oklch(0.932 0.044 335.3) |
Copy-ready code
/* CSS */
color: #fcdef4;
background-color: #fcdef4;
/* Tailwind (arbitrary) */
class="text-[#fcdef4] bg-[#fcdef4]"
/* SCSS */
$brand: #fcdef4;
/* SwiftUI */
Color(red: 0.988, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#fcdef4")Accessibility — WCAG contrast
Aa
#fcdef4 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdef4 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.1%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow3.2%
Key (black)1.2%
Color previews
#fcdef4 text on a black background
contrast 16.89:1
Card sample
#fcdef4 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdef4;
Background color
Panel with #fcdef4 background
background-color: #fcdef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdef4; background: linear-gradient(135deg, #fcdef4, #FCDEE0);