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