#fcc9ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 201, 255
HSL
297°, 100%, 89%
CMYK
1, 21, 0, 0
Luminance
0.6969
Every format
| HEX | #fcc9ff |
| RGB | rgb(252, 201, 255) |
| HSL | hsl(297, 100%, 89%) |
| CMYK | cmyk(1%, 21%, 0%, 0%) |
| LAB | lab(86.8 27.0 -19.6) |
| LCH | lch(86.8 33.3 324.0) |
| OKLCH | oklch(0.897 0.091 324.5) |
Copy-ready code
/* CSS */
color: #fcc9ff;
background-color: #fcc9ff;
/* Tailwind (arbitrary) */
class="text-[#fcc9ff] bg-[#fcc9ff]"
/* SCSS */
$brand: #fcc9ff;
/* SwiftUI */
Color(red: 0.988, green: 0.788, blue: 1.000)
/* Android */
Color.parseColor("#fcc9ff")Accessibility — WCAG contrast
Aa
#fcc9ff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc9ff on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.8%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta21.2%
Yellow0.0%
Key (black)0.0%
Color previews
#fcc9ff text on a black background
contrast 14.94:1
Card sample
#fcc9ff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc9ff;
Background color
Panel with #fcc9ff background
background-color: #fcc9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 201, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 201, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc9ff; background: linear-gradient(135deg, #fcc9ff, #FFC9DE);