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