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