#f4eefd
a pale, electric violet · warm · closest name: lavender
RGB
244, 238, 253
HSL
264°, 79%, 96%
CMYK
4, 6, 0, 1
Luminance
0.8747
Every format
| HEX | #f4eefd |
| RGB | rgb(244, 238, 253) |
| HSL | hsl(264, 79%, 96%) |
| CMYK | cmyk(4%, 6%, 0%, 1%) |
| LAB | lab(94.9 4.7 -6.5) |
| LCH | lch(94.9 8.0 305.8) |
| OKLCH | oklch(0.958 0.021 304.0) |
Copy-ready code
/* CSS */
color: #f4eefd;
background-color: #f4eefd;
/* Tailwind (arbitrary) */
class="text-[#f4eefd] bg-[#f4eefd]"
/* SCSS */
$brand: #f4eefd;
/* SwiftUI */
Color(red: 0.957, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#f4eefd")Accessibility — WCAG contrast
Aa
#f4eefd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4eefd on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green93.3%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f4eefd text on a black background
contrast 18.49:1
Card sample
#f4eefd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4eefd;
Background color
Panel with #f4eefd background
background-color: #f4eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4eefd; background: linear-gradient(135deg, #f4eefd, #FDEEFC);