#fcccec
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 236
HSL
320°, 89%, 89%
CMYK
0, 19, 6, 1
Luminance
0.6994
Every format
| HEX | #fcccec |
| RGB | rgb(252, 204, 236) |
| HSL | hsl(320, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 6%, 1%) |
| LAB | lab(87.0 22.0 -9.3) |
| LCH | lch(87.0 23.9 337.1) |
| OKLCH | oklch(0.896 0.068 338.7) |
Copy-ready code
/* CSS */
color: #fcccec;
background-color: #fcccec;
/* Tailwind (arbitrary) */
class="text-[#fcccec] bg-[#fcccec]"
/* SCSS */
$brand: #fcccec;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#fcccec")Accessibility — WCAG contrast
Aa
#fcccec on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccec on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow6.3%
Key (black)1.2%
Color previews
#fcccec text on a black background
contrast 14.99:1
Card sample
#fcccec text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccec;
Background color
Panel with #fcccec background
background-color: #fcccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccec; background: linear-gradient(135deg, #fcccec, #FCCCCC);