#fbdee9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 222, 233
HSL
337°, 78%, 93%
CMYK
0, 12, 7, 2
Luminance
0.7863
Every format
| HEX | #fbdee9 |
| RGB | rgb(251, 222, 233) |
| HSL | hsl(337, 78%, 93%) |
| CMYK | cmyk(0%, 12%, 7%, 2%) |
| LAB | lab(91.1 11.8 -1.7) |
| LCH | lch(91.1 11.9 351.8) |
| OKLCH | oklch(0.927 0.035 352.9) |
Copy-ready code
/* CSS */
color: #fbdee9;
background-color: #fbdee9;
/* Tailwind (arbitrary) */
class="text-[#fbdee9] bg-[#fbdee9]"
/* SCSS */
$brand: #fbdee9;
/* SwiftUI */
Color(red: 0.984, green: 0.871, blue: 0.914)
/* Android */
Color.parseColor("#fbdee9")Accessibility — WCAG contrast
Aa
#fbdee9 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdee9 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.1%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow7.2%
Key (black)1.6%
Color previews
#fbdee9 text on a black background
contrast 16.73:1
Card sample
#fbdee9 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdee9;
Background color
Panel with #fbdee9 background
background-color: #fbdee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 222, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 222, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdee9; background: linear-gradient(135deg, #fbdee9, #FBE6DE);