#fbdfeb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 223, 235
HSL
334°, 78%, 93%
CMYK
0, 11, 6, 2
Luminance
0.7928
Every format
| HEX | #fbdfeb |
| RGB | rgb(251, 223, 235) |
| HSL | hsl(334, 78%, 93%) |
| CMYK | cmyk(0%, 11%, 6%, 2%) |
| LAB | lab(91.4 11.6 -2.3) |
| LCH | lch(91.4 11.8 348.7) |
| OKLCH | oklch(0.930 0.035 350.0) |
Copy-ready code
/* CSS */
color: #fbdfeb;
background-color: #fbdfeb;
/* Tailwind (arbitrary) */
class="text-[#fbdfeb] bg-[#fbdfeb]"
/* SCSS */
$brand: #fbdfeb;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#fbdfeb")Accessibility — WCAG contrast
Aa
#fbdfeb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfeb on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow6.4%
Key (black)1.6%
Color previews
#fbdfeb text on a black background
contrast 16.86:1
Card sample
#fbdfeb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfeb;
Background color
Panel with #fbdfeb background
background-color: #fbdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfeb; background: linear-gradient(135deg, #fbdfeb, #FBE6DF);