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