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