#f8eefd
a pale, electric violet · warm · closest name: lavender
RGB
248, 238, 253
HSL
280°, 79%, 96%
CMYK
2, 6, 0, 1
Luminance
0.8820
Every format
| HEX | #f8eefd |
| RGB | rgb(248, 238, 253) |
| HSL | hsl(280, 79%, 96%) |
| CMYK | cmyk(2%, 6%, 0%, 1%) |
| LAB | lab(95.2 6.0 -6.0) |
| LCH | lch(95.2 8.5 314.9) |
| OKLCH | oklch(0.961 0.022 314.7) |
Copy-ready code
/* CSS */
color: #f8eefd;
background-color: #f8eefd;
/* Tailwind (arbitrary) */
class="text-[#f8eefd] bg-[#f8eefd]"
/* SCSS */
$brand: #f8eefd;
/* SwiftUI */
Color(red: 0.973, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#f8eefd")Accessibility — WCAG contrast
Aa
#f8eefd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8eefd on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green93.3%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f8eefd text on a black background
contrast 18.64:1
Card sample
#f8eefd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8eefd;
Background color
Panel with #f8eefd background
background-color: #f8eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8eefd; background: linear-gradient(135deg, #f8eefd, #FDEEF8);