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