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