#fbd4fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 212, 253
HSL
297°, 91%, 91%
CMYK
1, 16, 0, 1
Luminance
0.7469
Every format
| HEX | #fbd4fd |
| RGB | rgb(251, 212, 253) |
| HSL | hsl(297, 91%, 91%) |
| CMYK | cmyk(1%, 16%, 0%, 1%) |
| LAB | lab(89.3 20.5 -14.9) |
| LCH | lch(89.3 25.4 324.0) |
| OKLCH | oklch(0.915 0.069 324.6) |
Copy-ready code
/* CSS */
color: #fbd4fd;
background-color: #fbd4fd;
/* Tailwind (arbitrary) */
class="text-[#fbd4fd] bg-[#fbd4fd]"
/* SCSS */
$brand: #fbd4fd;
/* SwiftUI */
Color(red: 0.984, green: 0.831, blue: 0.992)
/* Android */
Color.parseColor("#fbd4fd")Accessibility — WCAG contrast
Aa
#fbd4fd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd4fd on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green83.1%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta16.2%
Yellow0.0%
Key (black)0.8%
Color previews
#fbd4fd text on a black background
contrast 15.94:1
Card sample
#fbd4fd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd4fd;
Background color
Panel with #fbd4fd background
background-color: #fbd4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 212, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 212, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd4fd; background: linear-gradient(135deg, #fbd4fd, #FDD4E4);