#fcd1eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 209, 235
HSL
324°, 88%, 90%
CMYK
0, 17, 7, 1
Luminance
0.7229
Every format
| HEX | #fcd1eb |
| RGB | rgb(252, 209, 235) |
| HSL | hsl(324, 88%, 90%) |
| CMYK | cmyk(0%, 17%, 7%, 1%) |
| LAB | lab(88.1 19.2 -7.1) |
| LCH | lch(88.1 20.5 339.7) |
| OKLCH | oklch(0.905 0.059 341.4) |
Copy-ready code
/* CSS */
color: #fcd1eb;
background-color: #fcd1eb;
/* Tailwind (arbitrary) */
class="text-[#fcd1eb] bg-[#fcd1eb]"
/* SCSS */
$brand: #fcd1eb;
/* SwiftUI */
Color(red: 0.988, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#fcd1eb")Accessibility — WCAG contrast
Aa
#fcd1eb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd1eb on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green82.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow6.7%
Key (black)1.2%
Color previews
#fcd1eb text on a black background
contrast 15.46:1
Card sample
#fcd1eb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd1eb;
Background color
Panel with #fcd1eb background
background-color: #fcd1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd1eb; background: linear-gradient(135deg, #fcd1eb, #FCD4D1);