#f8f1fb
a pale, vivid violet · warm · closest name: white
RGB
248, 241, 251
HSL
282°, 56%, 97%
CMYK
1, 4, 0, 2
Luminance
0.8983
Every format
| HEX | #f8f1fb |
| RGB | rgb(248, 241, 251) |
| HSL | hsl(282, 56%, 97%) |
| CMYK | cmyk(1%, 4%, 0%, 2%) |
| LAB | lab(95.9 4.1 -4.0) |
| LCH | lch(95.9 5.7 315.9) |
| OKLCH | oklch(0.966 0.015 316.0) |
Copy-ready code
/* CSS */
color: #f8f1fb;
background-color: #f8f1fb;
/* Tailwind (arbitrary) */
class="text-[#f8f1fb] bg-[#f8f1fb]"
/* SCSS */
$brand: #f8f1fb;
/* SwiftUI */
Color(red: 0.973, green: 0.945, blue: 0.984)
/* Android */
Color.parseColor("#f8f1fb")Accessibility — WCAG contrast
Aa
#f8f1fb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f1fb on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green94.5%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta4.0%
Yellow0.0%
Key (black)1.6%
Color previews
#f8f1fb text on a black background
contrast 18.97:1
Card sample
#f8f1fb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f1fb;
Background color
Panel with #f8f1fb background
background-color: #f8f1fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f1fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 241, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 241, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f1fb; background: linear-gradient(135deg, #f8f1fb, #FBF1F7);