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