#fdccf4
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 204, 244
HSL
311°, 93%, 90%
CMYK
0, 19, 4, 1
Luminance
0.7060
Every format
| HEX | #fdccf4 |
| RGB | rgb(253, 204, 244) |
| HSL | hsl(311, 93%, 90%) |
| CMYK | cmyk(0%, 19%, 4%, 1%) |
| LAB | lab(87.3 23.8 -13.1) |
| LCH | lch(87.3 27.1 331.2) |
| OKLCH | oklch(0.900 0.075 332.6) |
Copy-ready code
/* CSS */
color: #fdccf4;
background-color: #fdccf4;
/* Tailwind (arbitrary) */
class="text-[#fdccf4] bg-[#fdccf4]"
/* SCSS */
$brand: #fdccf4;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#fdccf4")Accessibility — WCAG contrast
Aa
#fdccf4 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccf4 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow3.6%
Key (black)0.8%
Color previews
#fdccf4 text on a black background
contrast 15.12:1
Card sample
#fdccf4 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccf4;
Background color
Panel with #fdccf4 background
background-color: #fdccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccf4; background: linear-gradient(135deg, #fdccf4, #FDCCD3);