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