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