#fcbcdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 188, 223
HSL
327°, 91%, 86%
CMYK
0, 25, 12, 1
Luminance
0.6199
Every format
| HEX | #fcbcdf |
| RGB | rgb(252, 188, 223) |
| HSL | hsl(327, 91%, 86%) |
| CMYK | cmyk(0%, 25%, 12%, 1%) |
| LAB | lab(82.9 28.3 -8.4) |
| LCH | lch(82.9 29.5 343.4) |
| OKLCH | oklch(0.864 0.086 345.1) |
Copy-ready code
/* CSS */
color: #fcbcdf;
background-color: #fcbcdf;
/* Tailwind (arbitrary) */
class="text-[#fcbcdf] bg-[#fcbcdf]"
/* SCSS */
$brand: #fcbcdf;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#fcbcdf")Accessibility — WCAG contrast
Aa
#fcbcdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbcdf on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fcbcdf text on a black background
contrast 13.40:1
Card sample
#fcbcdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbcdf;
Background color
Panel with #fcbcdf background
background-color: #fcbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbcdf; background: linear-gradient(135deg, #fcbcdf, #FCC4BC);