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