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