#fcc2dc
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 194, 220
HSL
333°, 91%, 88%
CMYK
0, 23, 13, 1
Luminance
0.6445
Every format
| HEX | #fcc2dc |
| RGB | rgb(252, 194, 220) |
| HSL | hsl(333, 91%, 88%) |
| CMYK | cmyk(0%, 23%, 13%, 1%) |
| LAB | lab(84.2 24.6 -4.9) |
| LCH | lch(84.2 25.1 348.7) |
| OKLCH | oklch(0.873 0.074 350.1) |
Copy-ready code
/* CSS */
color: #fcc2dc;
background-color: #fcc2dc;
/* Tailwind (arbitrary) */
class="text-[#fcc2dc] bg-[#fcc2dc]"
/* SCSS */
$brand: #fcc2dc;
/* SwiftUI */
Color(red: 0.988, green: 0.761, blue: 0.863)
/* Android */
Color.parseColor("#fcc2dc")Accessibility — WCAG contrast
Aa
#fcc2dc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc2dc on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.1%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow12.7%
Key (black)1.2%
Color previews
#fcc2dc text on a black background
contrast 13.89:1
Card sample
#fcc2dc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc2dc;
Background color
Panel with #fcc2dc background
background-color: #fcc2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 194, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 194, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc2dc; background: linear-gradient(135deg, #fcc2dc, #FCCFC2);