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