#fbdcfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 220, 253
HSL
296°, 89%, 93%
CMYK
1, 13, 0, 1
Luminance
0.7879
Every format
| HEX | #fbdcfd |
| RGB | rgb(251, 220, 253) |
| HSL | hsl(296, 89%, 93%) |
| CMYK | cmyk(1%, 13%, 0%, 1%) |
| LAB | lab(91.1 16.3 -12.1) |
| LCH | lch(91.1 20.3 323.5) |
| OKLCH | oklch(0.930 0.055 324.1) |
Copy-ready code
/* CSS */
color: #fbdcfd;
background-color: #fbdcfd;
/* Tailwind (arbitrary) */
class="text-[#fbdcfd] bg-[#fbdcfd]"
/* SCSS */
$brand: #fbdcfd;
/* SwiftUI */
Color(red: 0.984, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#fbdcfd")Accessibility — WCAG contrast
Aa
#fbdcfd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdcfd on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green86.3%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#fbdcfd text on a black background
contrast 16.76:1
Card sample
#fbdcfd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdcfd;
Background color
Panel with #fbdcfd background
background-color: #fbdcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdcfd; background: linear-gradient(135deg, #fbdcfd, #FDDCE9);