#fcbfdb
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 191, 219
HSL
333°, 91%, 87%
CMYK
0, 24, 13, 1
Luminance
0.6307
Every format
| HEX | #fcbfdb |
| RGB | rgb(252, 191, 219) |
| HSL | hsl(333, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 13%, 1%) |
| LAB | lab(83.5 26.1 -5.4) |
| LCH | lch(83.5 26.6 348.2) |
| OKLCH | oklch(0.868 0.078 349.6) |
Copy-ready code
/* CSS */
color: #fcbfdb;
background-color: #fcbfdb;
/* Tailwind (arbitrary) */
class="text-[#fcbfdb] bg-[#fcbfdb]"
/* SCSS */
$brand: #fcbfdb;
/* SwiftUI */
Color(red: 0.988, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#fcbfdb")Accessibility — WCAG contrast
Aa
#fcbfdb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbfdb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow13.1%
Key (black)1.2%
Color previews
#fcbfdb text on a black background
contrast 13.61:1
Card sample
#fcbfdb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbfdb;
Background color
Panel with #fcbfdb background
background-color: #fcbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbfdb; background: linear-gradient(135deg, #fcbfdb, #FCCCBF);