#fcccc2
a pale, electric red · warm · closest name: pink
RGB
252, 204, 194
HSL
10°, 91%, 88%
CMYK
0, 19, 23, 1
Luminance
0.6778
Every format
| HEX | #fcccc2 |
| RGB | rgb(252, 204, 194) |
| HSL | hsl(10, 91%, 88%) |
| CMYK | cmyk(0%, 19%, 23%, 1%) |
| LAB | lab(85.9 15.5 11.4) |
| LCH | lch(85.9 19.2 36.4) |
| OKLCH | oklch(0.884 0.057 31.8) |
Copy-ready code
/* CSS */
color: #fcccc2;
background-color: #fcccc2;
/* Tailwind (arbitrary) */
class="text-[#fcccc2] bg-[#fcccc2]"
/* SCSS */
$brand: #fcccc2;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#fcccc2")Accessibility — WCAG contrast
Aa
#fcccc2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccc2 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow23.0%
Key (black)1.2%
Color previews
#fcccc2 text on a black background
contrast 14.56:1
Card sample
#fcccc2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccc2;
Background color
Panel with #fcccc2 background
background-color: #fcccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccc2; background: linear-gradient(135deg, #fcccc2, #FCF3C2);