#fcbbcf
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 187, 207
HSL
342°, 92%, 86%
CMYK
0, 26, 18, 1
Luminance
0.6074
Every format
| HEX | #fcbbcf |
| RGB | rgb(252, 187, 207) |
| HSL | hsl(342, 92%, 86%) |
| CMYK | cmyk(0%, 26%, 18%, 1%) |
| LAB | lab(82.2 26.3 -0.8) |
| LCH | lch(82.2 26.3 358.2) |
| OKLCH | oklch(0.857 0.079 358.7) |
Copy-ready code
/* CSS */
color: #fcbbcf;
background-color: #fcbbcf;
/* Tailwind (arbitrary) */
class="text-[#fcbbcf] bg-[#fcbbcf]"
/* SCSS */
$brand: #fcbbcf;
/* SwiftUI */
Color(red: 0.988, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#fcbbcf")Accessibility — WCAG contrast
Aa
#fcbbcf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbbcf on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow17.9%
Key (black)1.2%
Color previews
#fcbbcf text on a black background
contrast 13.15:1
Card sample
#fcbbcf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbbcf;
Background color
Panel with #fcbbcf background
background-color: #fcbbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbbcf; background: linear-gradient(135deg, #fcbbcf, #FCD2BB);