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