#f1ebfb
a pale, vivid violet · warm · closest name: lavender
RGB
241, 235, 251
HSL
263°, 67%, 95%
CMYK
4, 6, 0, 2
Luminance
0.8508
Every format
| HEX | #f1ebfb |
| RGB | rgb(241, 235, 251) |
| HSL | hsl(263, 67%, 95%) |
| CMYK | cmyk(4%, 6%, 0%, 2%) |
| LAB | lab(93.9 4.9 -7.0) |
| LCH | lch(93.9 8.5 304.9) |
| OKLCH | oklch(0.949 0.022 302.9) |
Copy-ready code
/* CSS */
color: #f1ebfb;
background-color: #f1ebfb;
/* Tailwind (arbitrary) */
class="text-[#f1ebfb] bg-[#f1ebfb]"
/* SCSS */
$brand: #f1ebfb;
/* SwiftUI */
Color(red: 0.945, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#f1ebfb")Accessibility — WCAG contrast
Aa
#f1ebfb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ebfb on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green92.2%
Blue98.4%
CMYK percentages
Cyan4.0%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#f1ebfb text on a black background
contrast 18.02:1
Card sample
#f1ebfb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ebfb;
Background color
Panel with #f1ebfb background
background-color: #f1ebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ebfb; background: linear-gradient(135deg, #f1ebfb, #FBEBFA);