#fcc8bf
a pale, electric red · warm · closest name: pink
RGB
252, 200, 191
HSL
9°, 91%, 87%
CMYK
0, 21, 24, 1
Luminance
0.6577
Every format
| HEX | #fcc8bf |
| RGB | rgb(252, 200, 191) |
| HSL | hsl(9, 91%, 87%) |
| CMYK | cmyk(0%, 21%, 24%, 1%) |
| LAB | lab(84.9 17.1 11.5) |
| LCH | lch(84.9 20.7 33.9) |
| OKLCH | oklch(0.876 0.061 29.7) |
Copy-ready code
/* CSS */
color: #fcc8bf;
background-color: #fcc8bf;
/* Tailwind (arbitrary) */
class="text-[#fcc8bf] bg-[#fcc8bf]"
/* SCSS */
$brand: #fcc8bf;
/* SwiftUI */
Color(red: 0.988, green: 0.784, blue: 0.749)
/* Android */
Color.parseColor("#fcc8bf")Accessibility — WCAG contrast
Aa
#fcc8bf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc8bf on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow24.2%
Key (black)1.2%
Color previews
#fcc8bf text on a black background
contrast 14.15:1
Card sample
#fcc8bf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc8bf;
Background color
Panel with #fcc8bf background
background-color: #fcc8bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc8bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 200, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 200, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc8bf; background: linear-gradient(135deg, #fcc8bf, #FCF1BF);