#fcccc5
a pale, electric red · warm · closest name: pink
RGB
252, 204, 197
HSL
8°, 90%, 88%
CMYK
0, 19, 22, 1
Luminance
0.6791
Every format
| HEX | #fcccc5 |
| RGB | rgb(252, 204, 197) |
| HSL | hsl(8, 90%, 88%) |
| CMYK | cmyk(0%, 19%, 22%, 1%) |
| LAB | lab(86.0 15.9 9.9) |
| LCH | lch(86.0 18.7 31.9) |
| OKLCH | oklch(0.885 0.056 27.9) |
Copy-ready code
/* CSS */
color: #fcccc5;
background-color: #fcccc5;
/* Tailwind (arbitrary) */
class="text-[#fcccc5] bg-[#fcccc5]"
/* SCSS */
$brand: #fcccc5;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.773)
/* Android */
Color.parseColor("#fcccc5")Accessibility — WCAG contrast
Aa
#fcccc5 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccc5 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow21.8%
Key (black)1.2%
Color previews
#fcccc5 text on a black background
contrast 14.58:1
Card sample
#fcccc5 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccc5;
Background color
Panel with #fcccc5 background
background-color: #fcccc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccc5; background: linear-gradient(135deg, #fcccc5, #FCF1C5);