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