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