#fcc5cf
a pale, electric red · warm · closest name: pink
RGB
252, 197, 207
HSL
349°, 90%, 88%
CMYK
0, 22, 18, 1
Luminance
0.6513
Every format
| HEX | #fcc5cf |
| RGB | rgb(252, 197, 207) |
| HSL | hsl(349, 90%, 88%) |
| CMYK | cmyk(0%, 22%, 18%, 1%) |
| LAB | lab(84.5 21.1 2.5) |
| LCH | lch(84.5 21.2 6.9) |
| OKLCH | oklch(0.875 0.064 6.3) |
Copy-ready code
/* CSS */
color: #fcc5cf;
background-color: #fcc5cf;
/* Tailwind (arbitrary) */
class="text-[#fcc5cf] bg-[#fcc5cf]"
/* SCSS */
$brand: #fcc5cf;
/* SwiftUI */
Color(red: 0.988, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#fcc5cf")Accessibility — WCAG contrast
Aa
#fcc5cf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc5cf on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green77.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow17.9%
Key (black)1.2%
Color previews
#fcc5cf text on a black background
contrast 14.03:1
Card sample
#fcc5cf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc5cf;
Background color
Panel with #fcc5cf background
background-color: #fcc5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc5cf; background: linear-gradient(135deg, #fcc5cf, #FCE0C5);