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