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