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