#f9dbfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
249, 219, 253
HSL
293°, 90%, 93%
CMYK
2, 13, 0, 1
Luminance
0.7789
Every format
| HEX | #f9dbfd |
| RGB | rgb(249, 219, 253) |
| HSL | hsl(293, 90%, 93%) |
| CMYK | cmyk(2%, 13%, 0%, 1%) |
| LAB | lab(90.7 16.2 -12.7) |
| LCH | lch(90.7 20.6 321.9) |
| OKLCH | oklch(0.926 0.056 322.3) |
Copy-ready code
/* CSS */
color: #f9dbfd;
background-color: #f9dbfd;
/* Tailwind (arbitrary) */
class="text-[#f9dbfd] bg-[#f9dbfd]"
/* SCSS */
$brand: #f9dbfd;
/* SwiftUI */
Color(red: 0.976, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#f9dbfd")Accessibility — WCAG contrast
Aa
#f9dbfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dbfd on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.9%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f9dbfd text on a black background
contrast 16.58:1
Card sample
#f9dbfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dbfd;
Background color
Panel with #f9dbfd background
background-color: #f9dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dbfd; background: linear-gradient(135deg, #f9dbfd, #FDDBEA);