#fcccfd
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 204, 253
HSL
299°, 93%, 90%
CMYK
0, 19, 0, 1
Luminance
0.7097
Every format
| HEX | #fcccfd |
| RGB | rgb(252, 204, 253) |
| HSL | hsl(299, 93%, 90%) |
| CMYK | cmyk(0%, 19%, 0%, 1%) |
| LAB | lab(87.5 25.0 -17.6) |
| LCH | lch(87.5 30.6 324.9) |
| OKLCH | oklch(0.902 0.083 325.6) |
Copy-ready code
/* CSS */
color: #fcccfd;
background-color: #fcccfd;
/* Tailwind (arbitrary) */
class="text-[#fcccfd] bg-[#fcccfd]"
/* SCSS */
$brand: #fcccfd;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#fcccfd")Accessibility — WCAG contrast
Aa
#fcccfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccfd on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fcccfd text on a black background
contrast 15.19:1
Card sample
#fcccfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccfd;
Background color
Panel with #fcccfd background
background-color: #fcccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccfd; background: linear-gradient(135deg, #fcccfd, #FDCCDD);