#f8ebff
a pale, electric violet · warm · closest name: lavender
RGB
248, 235, 255
HSL
279°, 100%, 96%
CMYK
3, 8, 0, 0
Luminance
0.8659
Every format
| HEX | #f8ebff |
| RGB | rgb(248, 235, 255) |
| HSL | hsl(279, 100%, 96%) |
| CMYK | cmyk(3%, 8%, 0%, 0%) |
| LAB | lab(94.6 7.9 -8.1) |
| LCH | lch(94.6 11.3 314.5) |
| OKLCH | oklch(0.956 0.030 314.0) |
Copy-ready code
/* CSS */
color: #f8ebff;
background-color: #f8ebff;
/* Tailwind (arbitrary) */
class="text-[#f8ebff] bg-[#f8ebff]"
/* SCSS */
$brand: #f8ebff;
/* SwiftUI */
Color(red: 0.973, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#f8ebff")Accessibility — WCAG contrast
Aa
#f8ebff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ebff on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green92.2%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f8ebff text on a black background
contrast 18.32:1
Card sample
#f8ebff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ebff;
Background color
Panel with #f8ebff background
background-color: #f8ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ebff; background: linear-gradient(135deg, #f8ebff, #FFEBF9);