#fbd8eb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 216, 235
HSL
327°, 81%, 92%
CMYK
0, 14, 6, 2
Luminance
0.7562
Every format
| HEX | #fbd8eb |
| RGB | rgb(251, 216, 235) |
| HSL | hsl(327, 81%, 92%) |
| CMYK | cmyk(0%, 14%, 6%, 2%) |
| LAB | lab(89.7 15.2 -4.8) |
| LCH | lch(89.7 16.0 342.6) |
| OKLCH | oklch(0.917 0.046 344.2) |
Copy-ready code
/* CSS */
color: #fbd8eb;
background-color: #fbd8eb;
/* Tailwind (arbitrary) */
class="text-[#fbd8eb] bg-[#fbd8eb]"
/* SCSS */
$brand: #fbd8eb;
/* SwiftUI */
Color(red: 0.984, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#fbd8eb")Accessibility — WCAG contrast
Aa
#fbd8eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd8eb on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green84.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow6.4%
Key (black)1.6%
Color previews
#fbd8eb text on a black background
contrast 16.12:1
Card sample
#fbd8eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd8eb;
Background color
Panel with #fbd8eb background
background-color: #fbd8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 216, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 216, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd8eb; background: linear-gradient(135deg, #fbd8eb, #FBDCD8);