#fcbfd6
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 191, 214
HSL
337°, 91%, 87%
CMYK
0, 24, 15, 1
Luminance
0.6281
Every format
| HEX | #fcbfd6 |
| RGB | rgb(252, 191, 214) |
| HSL | hsl(337, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 15%, 1%) |
| LAB | lab(83.3 25.3 -3.0) |
| LCH | lch(83.3 25.4 353.3) |
| OKLCH | oklch(0.866 0.075 354.3) |
Copy-ready code
/* CSS */
color: #fcbfd6;
background-color: #fcbfd6;
/* Tailwind (arbitrary) */
class="text-[#fcbfd6] bg-[#fcbfd6]"
/* SCSS */
$brand: #fcbfd6;
/* SwiftUI */
Color(red: 0.988, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#fcbfd6")Accessibility — WCAG contrast
Aa
#fcbfd6 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbfd6 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.9%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow15.1%
Key (black)1.2%
Color previews
#fcbfd6 text on a black background
contrast 13.56:1
Card sample
#fcbfd6 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbfd6;
Background color
Panel with #fcbfd6 background
background-color: #fcbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbfd6; background: linear-gradient(135deg, #fcbfd6, #FCD1BF);