#fcdcf2
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 220, 242
HSL
319°, 84%, 93%
CMYK
0, 13, 4, 1
Luminance
0.7829
Every format
| HEX | #fcdcf2 |
| RGB | rgb(252, 220, 242) |
| HSL | hsl(319, 84%, 93%) |
| CMYK | cmyk(0%, 13%, 4%, 1%) |
| LAB | lab(90.9 14.7 -6.6) |
| LCH | lch(90.9 16.1 335.7) |
| OKLCH | oklch(0.927 0.045 337.3) |
Copy-ready code
/* CSS */
color: #fcdcf2;
background-color: #fcdcf2;
/* Tailwind (arbitrary) */
class="text-[#fcdcf2] bg-[#fcdcf2]"
/* SCSS */
$brand: #fcdcf2;
/* SwiftUI */
Color(red: 0.988, green: 0.863, blue: 0.949)
/* Android */
Color.parseColor("#fcdcf2")Accessibility — WCAG contrast
Aa
#fcdcf2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdcf2 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.3%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow4.0%
Key (black)1.2%
Color previews
#fcdcf2 text on a black background
contrast 16.66:1
Card sample
#fcdcf2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdcf2;
Background color
Panel with #fcdcf2 background
background-color: #fcdcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 220, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 220, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdcf2; background: linear-gradient(135deg, #fcdcf2, #FCDCDC);