#fcbbc9
a pale, electric red · warm · “pink”
RGB
252, 187, 201
HSL
347°, 92%, 86%
CMYK
0, 26, 20, 1
Luminance
0.6045
Every format
| HEX | #fcbbc9 |
| RGB | rgb(252, 187, 201) |
| HSL | hsl(347, 92%, 86%) |
| CMYK | cmyk(0%, 26%, 20%, 1%) |
| LAB | lab(82.1 25.4 2.2) |
| LCH | lch(82.1 25.5 4.9) |
| OKLCH | oklch(0.855 0.077 4.6) |
Copy-ready code
/* CSS */
color: #fcbbc9;
background-color: #fcbbc9;
/* Tailwind (arbitrary) */
class="text-[#fcbbc9] bg-[#fcbbc9]"
/* SCSS */
$brand: #fcbbc9;
/* SwiftUI */
Color(red: 0.988, green: 0.733, blue: 0.788)
/* Android */
Color.parseColor("#fcbbc9")Accessibility — WCAG contrast
Aa
#fcbbc9 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbbc9 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.3%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow20.2%
Key (black)1.2%
Color previews
#fcbbc9 text on a black background
contrast 13.09:1
Card sample
#fcbbc9 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbbc9;
Background color
Panel with #fcbbc9 background
background-color: #fcbbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 187, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 187, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbbc9; background: linear-gradient(135deg, #fcbbc9, #FCD8BB);