#fbcfdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 207, 223
HSL
338°, 85%, 90%
CMYK
0, 18, 11, 2
Luminance
0.7046
Every format
| HEX | #fbcfdf |
| RGB | rgb(251, 207, 223) |
| HSL | hsl(338, 85%, 90%) |
| CMYK | cmyk(0%, 18%, 11%, 2%) |
| LAB | lab(87.2 18.0 -2.1) |
| LCH | lch(87.2 18.1 353.4) |
| OKLCH | oklch(0.897 0.053 354.4) |
Copy-ready code
/* CSS */
color: #fbcfdf;
background-color: #fbcfdf;
/* Tailwind (arbitrary) */
class="text-[#fbcfdf] bg-[#fbcfdf]"
/* SCSS */
$brand: #fbcfdf;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#fbcfdf")Accessibility — WCAG contrast
Aa
#fbcfdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcfdf on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow11.2%
Key (black)1.6%
Color previews
#fbcfdf text on a black background
contrast 15.09:1
Card sample
#fbcfdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcfdf;
Background color
Panel with #fbcfdf background
background-color: #fbcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcfdf; background: linear-gradient(135deg, #fbcfdf, #FBDCCF);