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