#fcbacb
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 186, 203
HSL
345°, 92%, 86%
CMYK
0, 26, 19, 1
Luminance
0.6013
Every format
| HEX | #fcbacb |
| RGB | rgb(252, 186, 203) |
| HSL | hsl(345, 92%, 86%) |
| CMYK | cmyk(0%, 26%, 19%, 1%) |
| LAB | lab(81.9 26.2 0.8) |
| LCH | lch(81.9 26.2 1.9) |
| OKLCH | oklch(0.854 0.079 1.9) |
Copy-ready code
/* CSS */
color: #fcbacb;
background-color: #fcbacb;
/* Tailwind (arbitrary) */
class="text-[#fcbacb] bg-[#fcbacb]"
/* SCSS */
$brand: #fcbacb;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.796)
/* Android */
Color.parseColor("#fcbacb")Accessibility — WCAG contrast
Aa
#fcbacb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbacb on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow19.4%
Key (black)1.2%
Color previews
#fcbacb text on a black background
contrast 13.03:1
Card sample
#fcbacb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbacb;
Background color
Panel with #fcbacb background
background-color: #fcbacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbacb; background: linear-gradient(135deg, #fcbacb, #FCD5BA);