#f8e7fc
a pale, electric violet · warm · closest name: lavender
RGB
248, 231, 252
HSL
289°, 78%, 95%
CMYK
2, 8, 0, 1
Luminance
0.8414
Every format
| HEX | #f8e7fc |
| RGB | rgb(248, 231, 252) |
| HSL | hsl(289, 78%, 95%) |
| CMYK | cmyk(2%, 8%, 0%, 1%) |
| LAB | lab(93.5 9.4 -8.1) |
| LCH | lch(93.5 12.4 319.4) |
| OKLCH | oklch(0.948 0.033 319.8) |
Copy-ready code
/* CSS */
color: #f8e7fc;
background-color: #f8e7fc;
/* Tailwind (arbitrary) */
class="text-[#f8e7fc] bg-[#f8e7fc]"
/* SCSS */
$brand: #f8e7fc;
/* SwiftUI */
Color(red: 0.973, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#f8e7fc")Accessibility — WCAG contrast
Aa
#f8e7fc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8e7fc on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green90.6%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f8e7fc text on a black background
contrast 17.83:1
Card sample
#f8e7fc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8e7fc;
Background color
Panel with #f8e7fc background
background-color: #f8e7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8e7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8e7fc; background: linear-gradient(135deg, #f8e7fc, #FCE7F2);