#f1ebfc
a pale, vivid violet · warm · closest name: lavender
RGB
241, 235, 252
HSL
261°, 74%, 96%
CMYK
4, 7, 0, 1
Luminance
0.8515
Every format
| HEX | #f1ebfc |
| RGB | rgb(241, 235, 252) |
| HSL | hsl(261, 74%, 96%) |
| CMYK | cmyk(4%, 7%, 0%, 1%) |
| LAB | lab(94.0 5.1 -7.5) |
| LCH | lch(94.0 9.0 304.2) |
| OKLCH | oklch(0.950 0.024 302.0) |
Copy-ready code
/* CSS */
color: #f1ebfc;
background-color: #f1ebfc;
/* Tailwind (arbitrary) */
class="text-[#f1ebfc] bg-[#f1ebfc]"
/* SCSS */
$brand: #f1ebfc;
/* SwiftUI */
Color(red: 0.945, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#f1ebfc")Accessibility — WCAG contrast
Aa
#f1ebfc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ebfc on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green92.2%
Blue98.8%
CMYK percentages
Cyan4.4%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f1ebfc text on a black background
contrast 18.03:1
Card sample
#f1ebfc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ebfc;
Background color
Panel with #f1ebfc background
background-color: #f1ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ebfc; background: linear-gradient(135deg, #f1ebfc, #FCEBFC);