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