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