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