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