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