#f9d7fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
249, 215, 253
HSL
294°, 91%, 92%
CMYK
2, 15, 0, 1
Luminance
0.7583
Every format
| HEX | #f9d7fd |
| RGB | rgb(249, 215, 253) |
| HSL | hsl(294, 91%, 92%) |
| CMYK | cmyk(2%, 15%, 0%, 1%) |
| LAB | lab(89.8 18.3 -14.1) |
| LCH | lch(89.8 23.1 322.3) |
| OKLCH | oklch(0.919 0.062 322.7) |
Copy-ready code
/* CSS */
color: #f9d7fd;
background-color: #f9d7fd;
/* Tailwind (arbitrary) */
class="text-[#f9d7fd] bg-[#f9d7fd]"
/* SCSS */
$brand: #f9d7fd;
/* SwiftUI */
Color(red: 0.976, green: 0.843, blue: 0.992)
/* Android */
Color.parseColor("#f9d7fd")Accessibility — WCAG contrast
Aa
#f9d7fd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9d7fd on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green84.3%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta15.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f9d7fd text on a black background
contrast 16.17:1
Card sample
#f9d7fd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9d7fd;
Background color
Panel with #f9d7fd background
background-color: #f9d7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9d7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 215, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 215, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9d7fd; background: linear-gradient(135deg, #f9d7fd, #FDD7E8);