#fbd9fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 217, 252
HSL
298°, 85%, 92%
CMYK
0, 14, 0, 1
Luminance
0.7716
Every format
| HEX | #fbd9fc |
| RGB | rgb(251, 217, 252) |
| HSL | hsl(298, 85%, 92%) |
| CMYK | cmyk(0%, 14%, 0%, 1%) |
| LAB | lab(90.4 17.7 -12.7) |
| LCH | lch(90.4 21.8 324.4) |
| OKLCH | oklch(0.924 0.059 325.2) |
Copy-ready code
/* CSS */
color: #fbd9fc;
background-color: #fbd9fc;
/* Tailwind (arbitrary) */
class="text-[#fbd9fc] bg-[#fbd9fc]"
/* SCSS */
$brand: #fbd9fc;
/* SwiftUI */
Color(red: 0.984, green: 0.851, blue: 0.988)
/* Android */
Color.parseColor("#fbd9fc")Accessibility — WCAG contrast
Aa
#fbd9fc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd9fc on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green85.1%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta13.9%
Yellow0.0%
Key (black)1.2%
Color previews
#fbd9fc text on a black background
contrast 16.43:1
Card sample
#fbd9fc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd9fc;
Background color
Panel with #fbd9fc background
background-color: #fbd9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 217, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 217, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd9fc; background: linear-gradient(135deg, #fbd9fc, #FCD9E6);