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