#fbdbfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 219, 253
HSL
297°, 90%, 93%
CMYK
1, 13, 0, 1
Luminance
0.7826
Every format
| HEX | #fbdbfd |
| RGB | rgb(251, 219, 253) |
| HSL | hsl(297, 90%, 93%) |
| CMYK | cmyk(1%, 13%, 0%, 1%) |
| LAB | lab(90.9 16.8 -12.4) |
| LCH | lch(90.9 20.9 323.6) |
| OKLCH | oklch(0.928 0.057 324.2) |
Copy-ready code
/* CSS */
color: #fbdbfd;
background-color: #fbdbfd;
/* Tailwind (arbitrary) */
class="text-[#fbdbfd] bg-[#fbdbfd]"
/* SCSS */
$brand: #fbdbfd;
/* SwiftUI */
Color(red: 0.984, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#fbdbfd")Accessibility — WCAG contrast
Aa
#fbdbfd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdbfd on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green85.9%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fbdbfd text on a black background
contrast 16.65:1
Card sample
#fbdbfd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdbfd;
Background color
Panel with #fbdbfd background
background-color: #fbdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdbfd; background: linear-gradient(135deg, #fbdbfd, #FDDBE8);