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