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