#fcd6eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 214, 235
HSL
327°, 86%, 91%
CMYK
0, 15, 7, 1
Luminance
0.7479
Every format
| HEX | #fcd6eb |
| RGB | rgb(252, 214, 235) |
| HSL | hsl(327, 86%, 91%) |
| CMYK | cmyk(0%, 15%, 7%, 1%) |
| LAB | lab(89.3 16.6 -5.3) |
| LCH | lch(89.3 17.5 342.2) |
| OKLCH | oklch(0.914 0.050 343.8) |
Copy-ready code
/* CSS */
color: #fcd6eb;
background-color: #fcd6eb;
/* Tailwind (arbitrary) */
class="text-[#fcd6eb] bg-[#fcd6eb]"
/* SCSS */
$brand: #fcd6eb;
/* SwiftUI */
Color(red: 0.988, green: 0.839, blue: 0.922)
/* Android */
Color.parseColor("#fcd6eb")Accessibility — WCAG contrast
Aa
#fcd6eb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd6eb on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow6.7%
Key (black)1.2%
Color previews
#fcd6eb text on a black background
contrast 15.96:1
Card sample
#fcd6eb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd6eb;
Background color
Panel with #fcd6eb background
background-color: #fcd6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 214, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 214, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd6eb; background: linear-gradient(135deg, #fcd6eb, #FCDAD6);