#fcc8dc
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 200, 220
HSL
337°, 90%, 89%
CMYK
0, 21, 13, 1
Luminance
0.6717
Every format
| HEX | #fcc8dc |
| RGB | rgb(252, 200, 220) |
| HSL | hsl(337, 90%, 89%) |
| CMYK | cmyk(0%, 21%, 13%, 1%) |
| LAB | lab(85.6 21.5 -2.9) |
| LCH | lch(85.6 21.7 352.4) |
| OKLCH | oklch(0.884 0.064 353.5) |
Copy-ready code
/* CSS */
color: #fcc8dc;
background-color: #fcc8dc;
/* Tailwind (arbitrary) */
class="text-[#fcc8dc] bg-[#fcc8dc]"
/* SCSS */
$brand: #fcc8dc;
/* SwiftUI */
Color(red: 0.988, green: 0.784, blue: 0.863)
/* Android */
Color.parseColor("#fcc8dc")Accessibility — WCAG contrast
Aa
#fcc8dc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc8dc on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow12.7%
Key (black)1.2%
Color previews
#fcc8dc text on a black background
contrast 14.43:1
Card sample
#fcc8dc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc8dc;
Background color
Panel with #fcc8dc background
background-color: #fcc8dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc8dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 200, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 200, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc8dc; background: linear-gradient(135deg, #fcc8dc, #FCD7C8);