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