#fdcfdc
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 207, 220
HSL
343°, 92%, 90%
CMYK
0, 18, 13, 1
Luminance
0.7068
Every format
| HEX | #fdcfdc |
| RGB | rgb(253, 207, 220) |
| HSL | hsl(343, 92%, 90%) |
| CMYK | cmyk(0%, 18%, 13%, 1%) |
| LAB | lab(87.3 18.2 -0.3) |
| LCH | lch(87.3 18.2 359.1) |
| OKLCH | oklch(0.898 0.054 359.4) |
Copy-ready code
/* CSS */
color: #fdcfdc;
background-color: #fdcfdc;
/* Tailwind (arbitrary) */
class="text-[#fdcfdc] bg-[#fdcfdc]"
/* SCSS */
$brand: #fdcfdc;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#fdcfdc")Accessibility — WCAG contrast
Aa
#fdcfdc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcfdc on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow13.0%
Key (black)0.8%
Color previews
#fdcfdc text on a black background
contrast 15.14:1
Card sample
#fdcfdc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcfdc;
Background color
Panel with #fdcfdc background
background-color: #fdcfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcfdc; background: linear-gradient(135deg, #fdcfdc, #FDE1CF);