#f8ebfe
a pale, electric violet · warm · closest name: lavender
RGB
248, 235, 254
HSL
281°, 91%, 96%
CMYK
2, 8, 0, 0
Luminance
0.8653
Every format
| HEX | #f8ebfe |
| RGB | rgb(248, 235, 254) |
| HSL | hsl(281, 91%, 96%) |
| CMYK | cmyk(2%, 8%, 0%, 0%) |
| LAB | lab(94.5 7.7 -7.6) |
| LCH | lch(94.5 10.8 315.6) |
| OKLCH | oklch(0.956 0.029 315.3) |
Copy-ready code
/* CSS */
color: #f8ebfe;
background-color: #f8ebfe;
/* Tailwind (arbitrary) */
class="text-[#f8ebfe] bg-[#f8ebfe]"
/* SCSS */
$brand: #f8ebfe;
/* SwiftUI */
Color(red: 0.973, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#f8ebfe")Accessibility — WCAG contrast
Aa
#f8ebfe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ebfe on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green92.2%
Blue99.6%
CMYK percentages
Cyan2.4%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#f8ebfe text on a black background
contrast 18.31:1
Card sample
#f8ebfe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ebfe;
Background color
Panel with #f8ebfe background
background-color: #f8ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ebfe; background: linear-gradient(135deg, #f8ebfe, #FEEBF7);