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