#fbbbdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 187, 223
HSL
326°, 89%, 86%
CMYK
0, 26, 11, 2
Luminance
0.6138
Every format
| HEX | #fbbbdf |
| RGB | rgb(251, 187, 223) |
| HSL | hsl(326, 89%, 86%) |
| CMYK | cmyk(0%, 26%, 11%, 2%) |
| LAB | lab(82.6 28.5 -8.9) |
| LCH | lch(82.6 29.8 342.6) |
| OKLCH | oklch(0.861 0.086 344.3) |
Copy-ready code
/* CSS */
color: #fbbbdf;
background-color: #fbbbdf;
/* Tailwind (arbitrary) */
class="text-[#fbbbdf] bg-[#fbbbdf]"
/* SCSS */
$brand: #fbbbdf;
/* SwiftUI */
Color(red: 0.984, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#fbbbdf")Accessibility — WCAG contrast
Aa
#fbbbdf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbbbdf on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green73.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow11.2%
Key (black)1.6%
Color previews
#fbbbdf text on a black background
contrast 13.28:1
Card sample
#fbbbdf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbbbdf;
Background color
Panel with #fbbbdf background
background-color: #fbbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbbbdf; background: linear-gradient(135deg, #fbbbdf, #FBC2BB);