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