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