#fcc9df
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 201, 223
HSL
334°, 90%, 89%
CMYK
0, 20, 12, 1
Luminance
0.6780
Every format
| HEX | #fcc9df |
| RGB | rgb(252, 201, 223) |
| HSL | hsl(334, 90%, 89%) |
| CMYK | cmyk(0%, 20%, 12%, 1%) |
| LAB | lab(85.9 21.4 -4.0) |
| LCH | lch(85.9 21.8 349.5) |
| OKLCH | oklch(0.887 0.064 350.8) |
Copy-ready code
/* CSS */
color: #fcc9df;
background-color: #fcc9df;
/* Tailwind (arbitrary) */
class="text-[#fcc9df] bg-[#fcc9df]"
/* SCSS */
$brand: #fcc9df;
/* SwiftUI */
Color(red: 0.988, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#fcc9df")Accessibility — WCAG contrast
Aa
#fcc9df on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc9df on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow11.5%
Key (black)1.2%
Color previews
#fcc9df text on a black background
contrast 14.56:1
Card sample
#fcc9df text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc9df;
Background color
Panel with #fcc9df background
background-color: #fcc9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc9df; background: linear-gradient(135deg, #fcc9df, #FCD5C9);