#fcccdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 223
HSL
336°, 89%, 89%
CMYK
0, 19, 12, 1
Luminance
0.6921
Every format
| HEX | #fcccdf |
| RGB | rgb(252, 204, 223) |
| HSL | hsl(336, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 12%, 1%) |
| LAB | lab(86.6 19.9 -3.0) |
| LCH | lch(86.6 20.1 351.5) |
| OKLCH | oklch(0.892 0.059 352.7) |
Copy-ready code
/* CSS */
color: #fcccdf;
background-color: #fcccdf;
/* Tailwind (arbitrary) */
class="text-[#fcccdf] bg-[#fcccdf]"
/* SCSS */
$brand: #fcccdf;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#fcccdf")Accessibility — WCAG contrast
Aa
#fcccdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccdf on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fcccdf text on a black background
contrast 14.84:1
Card sample
#fcccdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccdf;
Background color
Panel with #fcccdf background
background-color: #fcccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccdf; background: linear-gradient(135deg, #fcccdf, #FCD9CC);