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