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