#f7dafb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
247, 218, 251
HSL
293°, 81%, 92%
CMYK
2, 13, 0, 2
Luminance
0.7688
Every format
| HEX | #f7dafb |
| RGB | rgb(247, 218, 251) |
| HSL | hsl(293, 81%, 92%) |
| CMYK | cmyk(2%, 13%, 0%, 2%) |
| LAB | lab(90.3 15.7 -12.4) |
| LCH | lch(90.3 20.0 321.8) |
| OKLCH | oklch(0.922 0.054 322.2) |
Copy-ready code
/* CSS */
color: #f7dafb;
background-color: #f7dafb;
/* Tailwind (arbitrary) */
class="text-[#f7dafb] bg-[#f7dafb]"
/* SCSS */
$brand: #f7dafb;
/* SwiftUI */
Color(red: 0.969, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#f7dafb")Accessibility — WCAG contrast
Aa
#f7dafb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dafb on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.5%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#f7dafb text on a black background
contrast 16.38:1
Card sample
#f7dafb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dafb;
Background color
Panel with #f7dafb background
background-color: #f7dafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dafb; background: linear-gradient(135deg, #f7dafb, #FBDAE9);