#fbcbdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 203, 223
HSL
335°, 86%, 89%
CMYK
0, 19, 11, 2
Luminance
0.6855
Every format
| HEX | #fbcbdf |
| RGB | rgb(251, 203, 223) |
| HSL | hsl(335, 86%, 89%) |
| CMYK | cmyk(0%, 19%, 11%, 2%) |
| LAB | lab(86.3 20.1 -3.5) |
| LCH | lch(86.3 20.4 350.2) |
| OKLCH | oklch(0.889 0.060 351.5) |
Copy-ready code
/* CSS */
color: #fbcbdf;
background-color: #fbcbdf;
/* Tailwind (arbitrary) */
class="text-[#fbcbdf] bg-[#fbcbdf]"
/* SCSS */
$brand: #fbcbdf;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#fbcbdf")Accessibility — WCAG contrast
Aa
#fbcbdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbdf on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow11.2%
Key (black)1.6%
Color previews
#fbcbdf text on a black background
contrast 14.71:1
Card sample
#fbcbdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbdf;
Background color
Panel with #fbcbdf background
background-color: #fbcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbdf; background: linear-gradient(135deg, #fbcbdf, #FBD7CB);