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