#f9dafe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
249, 218, 254
HSL
292°, 95%, 93%
CMYK
2, 14, 0, 0
Luminance
0.7744
Every format
| HEX | #f9dafe |
| RGB | rgb(249, 218, 254) |
| HSL | hsl(292, 95%, 93%) |
| CMYK | cmyk(2%, 14%, 0%, 0%) |
| LAB | lab(90.5 16.9 -13.5) |
| LCH | lch(90.5 21.6 321.3) |
| OKLCH | oklch(0.925 0.058 321.6) |
Copy-ready code
/* CSS */
color: #f9dafe;
background-color: #f9dafe;
/* Tailwind (arbitrary) */
class="text-[#f9dafe] bg-[#f9dafe]"
/* SCSS */
$brand: #f9dafe;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#f9dafe")Accessibility — WCAG contrast
Aa
#f9dafe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dafe on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f9dafe text on a black background
contrast 16.49:1
Card sample
#f9dafe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dafe;
Background color
Panel with #f9dafe background
background-color: #f9dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dafe; background: linear-gradient(135deg, #f9dafe, #FEDAEB);