#fcccbf
a pale, electric red · warm · closest name: pink
RGB
252, 204, 191
HSL
13°, 91%, 87%
CMYK
0, 19, 24, 1
Luminance
0.6764
Every format
| HEX | #fcccbf |
| RGB | rgb(252, 204, 191) |
| HSL | hsl(13, 91%, 87%) |
| CMYK | cmyk(0%, 19%, 24%, 1%) |
| LAB | lab(85.8 15.1 12.9) |
| LCH | lch(85.8 19.8 40.6) |
| OKLCH | oklch(0.883 0.058 35.6) |
Copy-ready code
/* CSS */
color: #fcccbf;
background-color: #fcccbf;
/* Tailwind (arbitrary) */
class="text-[#fcccbf] bg-[#fcccbf]"
/* SCSS */
$brand: #fcccbf;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#fcccbf")Accessibility — WCAG contrast
Aa
#fcccbf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccbf on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow24.2%
Key (black)1.2%
Color previews
#fcccbf text on a black background
contrast 14.53:1
Card sample
#fcccbf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccbf;
Background color
Panel with #fcccbf background
background-color: #fcccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccbf; background: linear-gradient(135deg, #fcccbf, #FCF5BF);