#f8ebfc
a pale, vivid violet · warm · closest name: lavender
RGB
248, 235, 252
HSL
286°, 74%, 96%
CMYK
2, 7, 0, 1
Luminance
0.8640
Every format
| HEX | #f8ebfc |
| RGB | rgb(248, 235, 252) |
| HSL | hsl(286, 74%, 96%) |
| CMYK | cmyk(2%, 7%, 0%, 1%) |
| LAB | lab(94.5 7.4 -6.6) |
| LCH | lch(94.5 9.9 318.0) |
| OKLCH | oklch(0.955 0.026 318.2) |
Copy-ready code
/* CSS */
color: #f8ebfc;
background-color: #f8ebfc;
/* Tailwind (arbitrary) */
class="text-[#f8ebfc] bg-[#f8ebfc]"
/* SCSS */
$brand: #f8ebfc;
/* SwiftUI */
Color(red: 0.973, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#f8ebfc")Accessibility — WCAG contrast
Aa
#f8ebfc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ebfc on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green92.2%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f8ebfc text on a black background
contrast 18.28:1
Card sample
#f8ebfc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ebfc;
Background color
Panel with #f8ebfc background
background-color: #f8ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ebfc; background: linear-gradient(135deg, #f8ebfc, #FCEBF5);