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