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