#fcc9cf
a pale, electric red · warm · closest name: pink
RGB
252, 201, 207
HSL
353°, 90%, 89%
CMYK
0, 20, 18, 1
Luminance
0.6697
Every format
| HEX | #fcc9cf |
| RGB | rgb(252, 201, 207) |
| HSL | hsl(353, 90%, 89%) |
| CMYK | cmyk(0%, 20%, 18%, 1%) |
| LAB | lab(85.5 18.9 3.9) |
| LCH | lch(85.5 19.4 11.7) |
| OKLCH | oklch(0.882 0.058 10.4) |
Copy-ready code
/* CSS */
color: #fcc9cf;
background-color: #fcc9cf;
/* Tailwind (arbitrary) */
class="text-[#fcc9cf] bg-[#fcc9cf]"
/* SCSS */
$brand: #fcc9cf;
/* SwiftUI */
Color(red: 0.988, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#fcc9cf")Accessibility — WCAG contrast
Aa
#fcc9cf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc9cf on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow17.9%
Key (black)1.2%
Color previews
#fcc9cf text on a black background
contrast 14.39:1
Card sample
#fcc9cf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc9cf;
Background color
Panel with #fcc9cf background
background-color: #fcc9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc9cf; background: linear-gradient(135deg, #fcc9cf, #FCE5C9);