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