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