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