#fdcddc
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 205, 220
HSL
341°, 92%, 90%
CMYK
0, 19, 13, 1
Luminance
0.6971
Every format
| HEX | #fdcddc |
| RGB | rgb(253, 205, 220) |
| HSL | hsl(341, 92%, 90%) |
| CMYK | cmyk(0%, 19%, 13%, 1%) |
| LAB | lab(86.9 19.2 -1.0) |
| LCH | lch(86.9 19.3 357.1) |
| OKLCH | oklch(0.894 0.057 357.7) |
Copy-ready code
/* CSS */
color: #fdcddc;
background-color: #fdcddc;
/* Tailwind (arbitrary) */
class="text-[#fdcddc] bg-[#fdcddc]"
/* SCSS */
$brand: #fdcddc;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#fdcddc")Accessibility — WCAG contrast
Aa
#fdcddc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcddc on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow13.0%
Key (black)0.8%
Color previews
#fdcddc text on a black background
contrast 14.94:1
Card sample
#fdcddc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcddc;
Background color
Panel with #fdcddc background
background-color: #fdcddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcddc; background: linear-gradient(135deg, #fdcddc, #FDDECD);