#fcccf1
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 241
HSL
314°, 89%, 89%
CMYK
0, 19, 4, 1
Luminance
0.7023
Every format
| HEX | #fcccf1 |
| RGB | rgb(252, 204, 241) |
| HSL | hsl(314, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 4%, 1%) |
| LAB | lab(87.1 22.9 -11.8) |
| LCH | lch(87.1 25.7 332.8) |
| OKLCH | oklch(0.898 0.072 334.3) |
Copy-ready code
/* CSS */
color: #fcccf1;
background-color: #fcccf1;
/* Tailwind (arbitrary) */
class="text-[#fcccf1] bg-[#fcccf1]"
/* SCSS */
$brand: #fcccf1;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#fcccf1")Accessibility — WCAG contrast
Aa
#fcccf1 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccf1 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow4.4%
Key (black)1.2%
Color previews
#fcccf1 text on a black background
contrast 15.05:1
Card sample
#fcccf1 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccf1;
Background color
Panel with #fcccf1 background
background-color: #fcccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccf1; background: linear-gradient(135deg, #fcccf1, #FCCCD1);