#fcc6dc
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 198, 220
HSL
336°, 90%, 88%
CMYK
0, 21, 13, 1
Luminance
0.6625
Every format
| HEX | #fcc6dc |
| RGB | rgb(252, 198, 220) |
| HSL | hsl(336, 90%, 88%) |
| CMYK | cmyk(0%, 21%, 13%, 1%) |
| LAB | lab(85.1 22.5 -3.5) |
| LCH | lch(85.1 22.8 351.1) |
| OKLCH | oklch(0.880 0.067 352.3) |
Copy-ready code
/* CSS */
color: #fcc6dc;
background-color: #fcc6dc;
/* Tailwind (arbitrary) */
class="text-[#fcc6dc] bg-[#fcc6dc]"
/* SCSS */
$brand: #fcc6dc;
/* SwiftUI */
Color(red: 0.988, green: 0.776, blue: 0.863)
/* Android */
Color.parseColor("#fcc6dc")Accessibility — WCAG contrast
Aa
#fcc6dc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc6dc on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green77.6%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow12.7%
Key (black)1.2%
Color previews
#fcc6dc text on a black background
contrast 14.25:1
Card sample
#fcc6dc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc6dc;
Background color
Panel with #fcc6dc background
background-color: #fcc6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 198, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 198, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc6dc; background: linear-gradient(135deg, #fcc6dc, #FCD4C6);