#f1e8fb
a pale, vivid violet · warm · closest name: lavender
RGB
241, 232, 251
HSL
268°, 70%, 95%
CMYK
4, 8, 0, 2
Luminance
0.8338
Every format
| HEX | #f1e8fb |
| RGB | rgb(241, 232, 251) |
| HSL | hsl(268, 70%, 95%) |
| CMYK | cmyk(4%, 8%, 0%, 2%) |
| LAB | lab(93.2 6.4 -8.1) |
| LCH | lch(93.2 10.3 308.5) |
| OKLCH | oklch(0.944 0.027 307.1) |
Copy-ready code
/* CSS */
color: #f1e8fb;
background-color: #f1e8fb;
/* Tailwind (arbitrary) */
class="text-[#f1e8fb] bg-[#f1e8fb]"
/* SCSS */
$brand: #f1e8fb;
/* SwiftUI */
Color(red: 0.945, green: 0.910, blue: 0.984)
/* Android */
Color.parseColor("#f1e8fb")Accessibility — WCAG contrast
Aa
#f1e8fb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1e8fb on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green91.0%
Blue98.4%
CMYK percentages
Cyan4.0%
Magenta7.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f1e8fb text on a black background
contrast 17.68:1
Card sample
#f1e8fb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1e8fb;
Background color
Panel with #f1e8fb background
background-color: #f1e8fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1e8fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 232, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 232, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1e8fb; background: linear-gradient(135deg, #f1e8fb, #FBE8F8);