#fbbfdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 191, 223
HSL
328°, 88%, 87%
CMYK
0, 24, 11, 2
Luminance
0.6310
Every format
| HEX | #fbbfdf |
| RGB | rgb(251, 191, 223) |
| HSL | hsl(328, 88%, 87%) |
| CMYK | cmyk(0%, 24%, 11%, 2%) |
| LAB | lab(83.5 26.4 -7.6) |
| LCH | lch(83.5 27.4 344.0) |
| OKLCH | oklch(0.868 0.080 345.6) |
Copy-ready code
/* CSS */
color: #fbbfdf;
background-color: #fbbfdf;
/* Tailwind (arbitrary) */
class="text-[#fbbfdf] bg-[#fbbfdf]"
/* SCSS */
$brand: #fbbfdf;
/* SwiftUI */
Color(red: 0.984, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#fbbfdf")Accessibility — WCAG contrast
Aa
#fbbfdf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbbfdf on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow11.2%
Key (black)1.6%
Color previews
#fbbfdf text on a black background
contrast 13.62:1
Card sample
#fbbfdf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbbfdf;
Background color
Panel with #fbbfdf background
background-color: #fbbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbbfdf; background: linear-gradient(135deg, #fbbfdf, #FBC7BF);