#f1ebfe
a pale, electric violet · warm · closest name: lavender
RGB
241, 235, 254
HSL
259°, 91%, 96%
CMYK
5, 8, 0, 0
Luminance
0.8527
Every format
| HEX | #f1ebfe |
| RGB | rgb(241, 235, 254) |
| HSL | hsl(259, 91%, 96%) |
| CMYK | cmyk(5%, 8%, 0%, 0%) |
| LAB | lab(94.0 5.4 -8.4) |
| LCH | lch(94.0 10.0 302.8) |
| OKLCH | oklch(0.950 0.026 300.3) |
Copy-ready code
/* CSS */
color: #f1ebfe;
background-color: #f1ebfe;
/* Tailwind (arbitrary) */
class="text-[#f1ebfe] bg-[#f1ebfe]"
/* SCSS */
$brand: #f1ebfe;
/* SwiftUI */
Color(red: 0.945, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#f1ebfe")Accessibility — WCAG contrast
Aa
#f1ebfe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ebfe on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green92.2%
Blue99.6%
CMYK percentages
Cyan5.1%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#f1ebfe text on a black background
contrast 18.05:1
Card sample
#f1ebfe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ebfe;
Background color
Panel with #f1ebfe background
background-color: #f1ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ebfe; background: linear-gradient(135deg, #f1ebfe, #FEEBFE);