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