#f7dafe
a pale, electric violet · warm · closest name: lavender
RGB
247, 218, 254
HSL
288°, 95%, 93%
CMYK
3, 14, 0, 0
Luminance
0.7707
Every format
| HEX | #f7dafe |
| RGB | rgb(247, 218, 254) |
| HSL | hsl(288, 95%, 93%) |
| CMYK | cmyk(3%, 14%, 0%, 0%) |
| LAB | lab(90.4 16.2 -13.8) |
| LCH | lch(90.4 21.3 319.6) |
| OKLCH | oklch(0.923 0.057 319.7) |
Copy-ready code
/* CSS */
color: #f7dafe;
background-color: #f7dafe;
/* Tailwind (arbitrary) */
class="text-[#f7dafe] bg-[#f7dafe]"
/* SCSS */
$brand: #f7dafe;
/* SwiftUI */
Color(red: 0.969, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#f7dafe")Accessibility — WCAG contrast
Aa
#f7dafe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dafe on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.5%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f7dafe text on a black background
contrast 16.41:1
Card sample
#f7dafe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dafe;
Background color
Panel with #f7dafe background
background-color: #f7dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dafe; background: linear-gradient(135deg, #f7dafe, #FEDAED);