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