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