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