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