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