#f7eefd
a pale, electric violet · warm · closest name: lavender
RGB
247, 238, 253
HSL
276°, 79%, 96%
CMYK
2, 6, 0, 1
Luminance
0.8802
Every format
| HEX | #f7eefd |
| RGB | rgb(247, 238, 253) |
| HSL | hsl(276, 79%, 96%) |
| CMYK | cmyk(2%, 6%, 0%, 1%) |
| LAB | lab(95.2 5.7 -6.1) |
| LCH | lch(95.2 8.3 312.8) |
| OKLCH | oklch(0.961 0.022 312.2) |
Copy-ready code
/* CSS */
color: #f7eefd;
background-color: #f7eefd;
/* Tailwind (arbitrary) */
class="text-[#f7eefd] bg-[#f7eefd]"
/* SCSS */
$brand: #f7eefd;
/* SwiftUI */
Color(red: 0.969, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#f7eefd")Accessibility — WCAG contrast
Aa
#f7eefd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7eefd on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green93.3%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f7eefd text on a black background
contrast 18.60:1
Card sample
#f7eefd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7eefd;
Background color
Panel with #f7eefd background
background-color: #f7eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7eefd; background: linear-gradient(135deg, #f7eefd, #FDEEF9);