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