#fcbabf
a pale, electric red · warm · closest name: pink
RGB
252, 186, 191
HSL
356°, 92%, 86%
CMYK
0, 26, 24, 1
Luminance
0.5957
Every format
| HEX | #fcbabf |
| RGB | rgb(252, 186, 191) |
| HSL | hsl(356, 92%, 86%) |
| CMYK | cmyk(0%, 26%, 24%, 1%) |
| LAB | lab(81.6 24.5 6.9) |
| LCH | lch(81.6 25.4 15.7) |
| OKLCH | oklch(0.851 0.077 13.8) |
Copy-ready code
/* CSS */
color: #fcbabf;
background-color: #fcbabf;
/* Tailwind (arbitrary) */
class="text-[#fcbabf] bg-[#fcbabf]"
/* SCSS */
$brand: #fcbabf;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#fcbabf")Accessibility — WCAG contrast
Aa
#fcbabf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbabf on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow24.2%
Key (black)1.2%
Color previews
#fcbabf text on a black background
contrast 12.91:1
Card sample
#fcbabf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbabf;
Background color
Panel with #fcbabf background
background-color: #fcbabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbabf; background: linear-gradient(135deg, #fcbabf, #FCE1BA);