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