#fdcfec
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 207, 236
HSL
322°, 92%, 90%
CMYK
0, 18, 7, 1
Luminance
0.7156
Every format
| HEX | #fdcfec |
| RGB | rgb(253, 207, 236) |
| HSL | hsl(322, 92%, 90%) |
| CMYK | cmyk(0%, 18%, 7%, 1%) |
| LAB | lab(87.8 20.8 -8.1) |
| LCH | lch(87.8 22.3 338.6) |
| OKLCH | oklch(0.902 0.064 340.3) |
Copy-ready code
/* CSS */
color: #fdcfec;
background-color: #fdcfec;
/* Tailwind (arbitrary) */
class="text-[#fdcfec] bg-[#fdcfec]"
/* SCSS */
$brand: #fdcfec;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.925)
/* Android */
Color.parseColor("#fdcfec")Accessibility — WCAG contrast
Aa
#fdcfec on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcfec on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow6.7%
Key (black)0.8%
Color previews
#fdcfec text on a black background
contrast 15.31:1
Card sample
#fdcfec text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcfec;
Background color
Panel with #fdcfec background
background-color: #fdcfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcfec; background: linear-gradient(135deg, #fdcfec, #FDD1CF);