#fcbccf
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 188, 207
HSL
342°, 91%, 86%
CMYK
0, 25, 18, 1
Luminance
0.6117
Every format
| HEX | #fcbccf |
| RGB | rgb(252, 188, 207) |
| HSL | hsl(342, 91%, 86%) |
| CMYK | cmyk(0%, 25%, 18%, 1%) |
| LAB | lab(82.5 25.8 -0.5) |
| LCH | lch(82.5 25.8 358.9) |
| OKLCH | oklch(0.859 0.077 359.3) |
Copy-ready code
/* CSS */
color: #fcbccf;
background-color: #fcbccf;
/* Tailwind (arbitrary) */
class="text-[#fcbccf] bg-[#fcbccf]"
/* SCSS */
$brand: #fcbccf;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#fcbccf")Accessibility — WCAG contrast
Aa
#fcbccf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbccf on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow17.9%
Key (black)1.2%
Color previews
#fcbccf text on a black background
contrast 13.23:1
Card sample
#fcbccf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbccf;
Background color
Panel with #fcbccf background
background-color: #fcbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbccf; background: linear-gradient(135deg, #fcbccf, #FCD4BC);