#fdcced
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 204, 237
HSL
320°, 93%, 90%
CMYK
0, 19, 6, 1
Luminance
0.7018
Every format
| HEX | #fdcced |
| RGB | rgb(253, 204, 237) |
| HSL | hsl(320, 93%, 90%) |
| CMYK | cmyk(0%, 19%, 6%, 1%) |
| LAB | lab(87.1 22.5 -9.7) |
| LCH | lch(87.1 24.5 336.8) |
| OKLCH | oklch(0.897 0.070 338.4) |
Copy-ready code
/* CSS */
color: #fdcced;
background-color: #fdcced;
/* Tailwind (arbitrary) */
class="text-[#fdcced] bg-[#fdcced]"
/* SCSS */
$brand: #fdcced;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.929)
/* Android */
Color.parseColor("#fdcced")Accessibility — WCAG contrast
Aa
#fdcced on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcced on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow6.3%
Key (black)0.8%
Color previews
#fdcced text on a black background
contrast 15.04:1
Card sample
#fdcced text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcced;
Background color
Panel with #fdcced background
background-color: #fdcced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcced; background: linear-gradient(135deg, #fdcced, #FDCCCC);