#fcc9fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 201, 252
HSL
300°, 90%, 89%
CMYK
0, 20, 0, 1
Luminance
0.6950
Every format
| HEX | #fcc9fc |
| RGB | rgb(252, 201, 252) |
| HSL | hsl(300, 90%, 89%) |
| CMYK | cmyk(0%, 20%, 0%, 1%) |
| LAB | lab(86.8 26.4 -18.1) |
| LCH | lch(86.8 32.0 325.6) |
| OKLCH | oklch(0.896 0.088 326.3) |
Copy-ready code
/* CSS */
color: #fcc9fc;
background-color: #fcc9fc;
/* Tailwind (arbitrary) */
class="text-[#fcc9fc] bg-[#fcc9fc]"
/* SCSS */
$brand: #fcc9fc;
/* SwiftUI */
Color(red: 0.988, green: 0.788, blue: 0.988)
/* Android */
Color.parseColor("#fcc9fc")Accessibility — WCAG contrast
Aa
#fcc9fc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc9fc on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.8%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow0.0%
Key (black)1.2%
Color previews
#fcc9fc text on a black background
contrast 14.90:1
Card sample
#fcc9fc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc9fc;
Background color
Panel with #fcc9fc background
background-color: #fcc9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 201, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 201, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc9fc; background: linear-gradient(135deg, #fcc9fc, #FCC9DA);