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