#fcd2f1
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 210, 241
HSL
316°, 88%, 91%
CMYK
0, 17, 4, 1
Luminance
0.7314
Every format
| HEX | #fcd2f1 |
| RGB | rgb(252, 210, 241) |
| HSL | hsl(316, 88%, 91%) |
| CMYK | cmyk(0%, 17%, 4%, 1%) |
| LAB | lab(88.5 19.8 -9.7) |
| LCH | lch(88.5 22.0 333.9) |
| OKLCH | oklch(0.909 0.062 335.5) |
Copy-ready code
/* CSS */
color: #fcd2f1;
background-color: #fcd2f1;
/* Tailwind (arbitrary) */
class="text-[#fcd2f1] bg-[#fcd2f1]"
/* SCSS */
$brand: #fcd2f1;
/* SwiftUI */
Color(red: 0.988, green: 0.824, blue: 0.945)
/* Android */
Color.parseColor("#fcd2f1")Accessibility — WCAG contrast
Aa
#fcd2f1 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd2f1 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green82.4%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow4.4%
Key (black)1.2%
Color previews
#fcd2f1 text on a black background
contrast 15.63:1
Card sample
#fcd2f1 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd2f1;
Background color
Panel with #fcd2f1 background
background-color: #fcd2f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd2f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 210, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 210, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd2f1; background: linear-gradient(135deg, #fcd2f1, #FCD2D5);