#fcccf6
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 246
HSL
308°, 89%, 89%
CMYK
0, 19, 2, 1
Luminance
0.7053
Every format
| HEX | #fcccf6 |
| RGB | rgb(252, 204, 246) |
| HSL | hsl(308, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 2%, 1%) |
| LAB | lab(87.3 23.8 -14.2) |
| LCH | lch(87.3 27.7 329.2) |
| OKLCH | oklch(0.899 0.077 330.4) |
Copy-ready code
/* CSS */
color: #fcccf6;
background-color: #fcccf6;
/* Tailwind (arbitrary) */
class="text-[#fcccf6] bg-[#fcccf6]"
/* SCSS */
$brand: #fcccf6;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#fcccf6")Accessibility — WCAG contrast
Aa
#fcccf6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccf6 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow2.4%
Key (black)1.2%
Color previews
#fcccf6 text on a black background
contrast 15.11:1
Card sample
#fcccf6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccf6;
Background color
Panel with #fcccf6 background
background-color: #fcccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccf6; background: linear-gradient(135deg, #fcccf6, #FCCCD6);