#eee7fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 231, 253
HSL
259°, 85%, 95%
CMYK
6, 9, 0, 1
Luminance
0.8242
Every format
| HEX | #eee7fd |
| RGB | rgb(238, 231, 253) |
| HSL | hsl(259, 85%, 95%) |
| CMYK | cmyk(6%, 9%, 0%, 1%) |
| LAB | lab(92.8 6.3 -9.8) |
| LCH | lch(92.8 11.7 303.0) |
| OKLCH | oklch(0.940 0.030 300.3) |
Copy-ready code
/* CSS */
color: #eee7fd;
background-color: #eee7fd;
/* Tailwind (arbitrary) */
class="text-[#eee7fd] bg-[#eee7fd]"
/* SCSS */
$brand: #eee7fd;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#eee7fd")Accessibility — WCAG contrast
Aa
#eee7fd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee7fd on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta8.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eee7fd text on a black background
contrast 17.48:1
Card sample
#eee7fd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee7fd;
Background color
Panel with #eee7fd background
background-color: #eee7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee7fd; background: linear-gradient(135deg, #eee7fd, #FDE7FD);