#f7dafd
a pale, electric violet · warm · closest name: lavender
RGB
247, 218, 253
HSL
290°, 90%, 92%
CMYK
2, 14, 0, 1
Luminance
0.7701
Every format
| HEX | #f7dafd |
| RGB | rgb(247, 218, 253) |
| HSL | hsl(290, 90%, 92%) |
| CMYK | cmyk(2%, 14%, 0%, 1%) |
| LAB | lab(90.3 16.1 -13.3) |
| LCH | lch(90.3 20.9 320.3) |
| OKLCH | oklch(0.923 0.056 320.5) |
Copy-ready code
/* CSS */
color: #f7dafd;
background-color: #f7dafd;
/* Tailwind (arbitrary) */
class="text-[#f7dafd] bg-[#f7dafd]"
/* SCSS */
$brand: #f7dafd;
/* SwiftUI */
Color(red: 0.969, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#f7dafd")Accessibility — WCAG contrast
Aa
#f7dafd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dafd on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.5%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f7dafd text on a black background
contrast 16.40:1
Card sample
#f7dafd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dafd;
Background color
Panel with #f7dafd background
background-color: #f7dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dafd; background: linear-gradient(135deg, #f7dafd, #FDDAEC);