#fcc7cf
a pale, electric red · warm · closest name: pink
RGB
252, 199, 207
HSL
351°, 90%, 88%
CMYK
0, 21, 18, 1
Luminance
0.6605
Every format
| HEX | #fcc7cf |
| RGB | rgb(252, 199, 207) |
| HSL | hsl(351, 90%, 88%) |
| CMYK | cmyk(0%, 21%, 18%, 1%) |
| LAB | lab(85.0 20.0 3.2) |
| LCH | lch(85.0 20.3 9.2) |
| OKLCH | oklch(0.878 0.061 8.3) |
Copy-ready code
/* CSS */
color: #fcc7cf;
background-color: #fcc7cf;
/* Tailwind (arbitrary) */
class="text-[#fcc7cf] bg-[#fcc7cf]"
/* SCSS */
$brand: #fcc7cf;
/* SwiftUI */
Color(red: 0.988, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#fcc7cf")Accessibility — WCAG contrast
Aa
#fcc7cf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc7cf on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow17.9%
Key (black)1.2%
Color previews
#fcc7cf text on a black background
contrast 14.21:1
Card sample
#fcc7cf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc7cf;
Background color
Panel with #fcc7cf background
background-color: #fcc7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc7cf; background: linear-gradient(135deg, #fcc7cf, #FCE2C7);