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