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