#fcd4f4
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 212, 244
HSL
312°, 87%, 91%
CMYK
0, 16, 3, 1
Luminance
0.7431
Every format
| HEX | #fcd4f4 |
| RGB | rgb(252, 212, 244) |
| HSL | hsl(312, 87%, 91%) |
| CMYK | cmyk(0%, 16%, 3%, 1%) |
| LAB | lab(89.1 19.2 -10.4) |
| LCH | lch(89.1 21.9 331.5) |
| OKLCH | oklch(0.913 0.061 333.0) |
Copy-ready code
/* CSS */
color: #fcd4f4;
background-color: #fcd4f4;
/* Tailwind (arbitrary) */
class="text-[#fcd4f4] bg-[#fcd4f4]"
/* SCSS */
$brand: #fcd4f4;
/* SwiftUI */
Color(red: 0.988, green: 0.831, blue: 0.957)
/* Android */
Color.parseColor("#fcd4f4")Accessibility — WCAG contrast
Aa
#fcd4f4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd4f4 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.1%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow3.2%
Key (black)1.2%
Color previews
#fcd4f4 text on a black background
contrast 15.86:1
Card sample
#fcd4f4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd4f4;
Background color
Panel with #fcd4f4 background
background-color: #fcd4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 212, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 212, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd4f4; background: linear-gradient(135deg, #fcd4f4, #FCD4D9);