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