#f8daff
a pale, electric violet · warm · closest name: lavender
RGB
248, 218, 255
HSL
289°, 100%, 93%
CMYK
3, 15, 0, 0
Luminance
0.7732
Every format
| HEX | #f8daff |
| RGB | rgb(248, 218, 255) |
| HSL | hsl(289, 100%, 93%) |
| CMYK | cmyk(3%, 15%, 0%, 0%) |
| LAB | lab(90.5 16.7 -14.2) |
| LCH | lch(90.5 21.9 319.8) |
| OKLCH | oklch(0.924 0.059 319.8) |
Copy-ready code
/* CSS */
color: #f8daff;
background-color: #f8daff;
/* Tailwind (arbitrary) */
class="text-[#f8daff] bg-[#f8daff]"
/* SCSS */
$brand: #f8daff;
/* SwiftUI */
Color(red: 0.973, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#f8daff")Accessibility — WCAG contrast
Aa
#f8daff on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8daff on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.5%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f8daff text on a black background
contrast 16.46:1
Card sample
#f8daff text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8daff;
Background color
Panel with #f8daff background
background-color: #f8daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8daff; background: linear-gradient(135deg, #f8daff, #FFDAED);