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