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