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