#fbdbeb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 219, 235
HSL
330°, 80%, 92%
CMYK
0, 13, 6, 2
Luminance
0.7717
Every format
| HEX | #fbdbeb |
| RGB | rgb(251, 219, 235) |
| HSL | hsl(330, 80%, 92%) |
| CMYK | cmyk(0%, 13%, 6%, 2%) |
| LAB | lab(90.4 13.7 -3.7) |
| LCH | lch(90.4 14.2 344.7) |
| OKLCH | oklch(0.922 0.041 346.3) |
Copy-ready code
/* CSS */
color: #fbdbeb;
background-color: #fbdbeb;
/* Tailwind (arbitrary) */
class="text-[#fbdbeb] bg-[#fbdbeb]"
/* SCSS */
$brand: #fbdbeb;
/* SwiftUI */
Color(red: 0.984, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#fbdbeb")Accessibility — WCAG contrast
Aa
#fbdbeb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdbeb on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green85.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow6.4%
Key (black)1.6%
Color previews
#fbdbeb text on a black background
contrast 16.43:1
Card sample
#fbdbeb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdbeb;
Background color
Panel with #fbdbeb background
background-color: #fbdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdbeb; background: linear-gradient(135deg, #fbdbeb, #FBE1DB);