#fcd4f2
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 212, 242
HSL
315°, 87%, 91%
CMYK
0, 16, 4, 1
Luminance
0.7419
Every format
| HEX | #fcd4f2 |
| RGB | rgb(252, 212, 242) |
| HSL | hsl(315, 87%, 91%) |
| CMYK | cmyk(0%, 16%, 4%, 1%) |
| LAB | lab(89.0 18.9 -9.4) |
| LCH | lch(89.0 21.1 333.4) |
| OKLCH | oklch(0.912 0.059 334.9) |
Copy-ready code
/* CSS */
color: #fcd4f2;
background-color: #fcd4f2;
/* Tailwind (arbitrary) */
class="text-[#fcd4f2] bg-[#fcd4f2]"
/* SCSS */
$brand: #fcd4f2;
/* SwiftUI */
Color(red: 0.988, green: 0.831, blue: 0.949)
/* Android */
Color.parseColor("#fcd4f2")Accessibility — WCAG contrast
Aa
#fcd4f2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd4f2 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.1%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow4.0%
Key (black)1.2%
Color previews
#fcd4f2 text on a black background
contrast 15.84:1
Card sample
#fcd4f2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd4f2;
Background color
Panel with #fcd4f2 background
background-color: #fcd4f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd4f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 212, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 212, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd4f2; background: linear-gradient(135deg, #fcd4f2, #FCD4D7);