#f8eefe
a pale, electric violet · warm · closest name: lavender
RGB
248, 238, 254
HSL
278°, 89%, 97%
CMYK
2, 6, 0, 0
Luminance
0.8826
Every format
| HEX | #f8eefe |
| RGB | rgb(248, 238, 254) |
| HSL | hsl(278, 89%, 97%) |
| CMYK | cmyk(2%, 6%, 0%, 0%) |
| LAB | lab(95.3 6.2 -6.5) |
| LCH | lch(95.3 9.0 313.6) |
| OKLCH | oklch(0.962 0.024 313.1) |
Copy-ready code
/* CSS */
color: #f8eefe;
background-color: #f8eefe;
/* Tailwind (arbitrary) */
class="text-[#f8eefe] bg-[#f8eefe]"
/* SCSS */
$brand: #f8eefe;
/* SwiftUI */
Color(red: 0.973, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#f8eefe")Accessibility — WCAG contrast
Aa
#f8eefe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8eefe on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green93.3%
Blue99.6%
CMYK percentages
Cyan2.4%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f8eefe text on a black background
contrast 18.65:1
Card sample
#f8eefe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8eefe;
Background color
Panel with #f8eefe background
background-color: #f8eefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8eefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8eefe; background: linear-gradient(135deg, #f8eefe, #FEEEF9);