#f8dfff
a pale, electric violet · warm · closest name: lavender
RGB
248, 223, 255
HSL
287°, 100%, 94%
CMYK
3, 13, 0, 0
Luminance
0.7995
Every format
| HEX | #f8dfff |
| RGB | rgb(248, 223, 255) |
| HSL | hsl(287, 100%, 94%) |
| CMYK | cmyk(3%, 13%, 0%, 0%) |
| LAB | lab(91.7 14.1 -12.4) |
| LCH | lch(91.7 18.8 318.8) |
| OKLCH | oklch(0.933 0.050 318.8) |
Copy-ready code
/* CSS */
color: #f8dfff;
background-color: #f8dfff;
/* Tailwind (arbitrary) */
class="text-[#f8dfff] bg-[#f8dfff]"
/* SCSS */
$brand: #f8dfff;
/* SwiftUI */
Color(red: 0.973, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#f8dfff")Accessibility — WCAG contrast
Aa
#f8dfff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dfff on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green87.5%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f8dfff text on a black background
contrast 16.99:1
Card sample
#f8dfff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dfff;
Background color
Panel with #f8dfff background
background-color: #f8dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dfff; background: linear-gradient(135deg, #f8dfff, #FFDFF1);