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