#fcbfc2
a pale, electric red · warm · closest name: pink
RGB
252, 191, 194
HSL
357°, 91%, 87%
CMYK
0, 24, 23, 1
Luminance
0.6185
Every format
| HEX | #fcbfc2 |
| RGB | rgb(252, 191, 194) |
| HSL | hsl(357, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 23%, 1%) |
| LAB | lab(82.8 22.3 7.0) |
| LCH | lch(82.8 23.4 17.5) |
| OKLCH | oklch(0.861 0.070 15.3) |
Copy-ready code
/* CSS */
color: #fcbfc2;
background-color: #fcbfc2;
/* Tailwind (arbitrary) */
class="text-[#fcbfc2] bg-[#fcbfc2]"
/* SCSS */
$brand: #fcbfc2;
/* SwiftUI */
Color(red: 0.988, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#fcbfc2")Accessibility — WCAG contrast
Aa
#fcbfc2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbfc2 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow23.0%
Key (black)1.2%
Color previews
#fcbfc2 text on a black background
contrast 13.37:1
Card sample
#fcbfc2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbfc2;
Background color
Panel with #fcbfc2 background
background-color: #fcbfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbfc2; background: linear-gradient(135deg, #fcbfc2, #FCE5BF);