#fcbfd0
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 191, 208
HSL
343°, 91%, 87%
CMYK
0, 24, 18, 1
Luminance
0.6251
Every format
| HEX | #fcbfd0 |
| RGB | rgb(252, 191, 208) |
| HSL | hsl(343, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 18%, 1%) |
| LAB | lab(83.2 24.4 0.0) |
| LCH | lch(83.2 24.4 0.1) |
| OKLCH | oklch(0.864 0.073 0.3) |
Copy-ready code
/* CSS */
color: #fcbfd0;
background-color: #fcbfd0;
/* Tailwind (arbitrary) */
class="text-[#fcbfd0] bg-[#fcbfd0]"
/* SCSS */
$brand: #fcbfd0;
/* SwiftUI */
Color(red: 0.988, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#fcbfd0")Accessibility — WCAG contrast
Aa
#fcbfd0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbfd0 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.9%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow17.5%
Key (black)1.2%
Color previews
#fcbfd0 text on a black background
contrast 13.50:1
Card sample
#fcbfd0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbfd0;
Background color
Panel with #fcbfd0 background
background-color: #fcbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbfd0; background: linear-gradient(135deg, #fcbfd0, #FCD7BF);