#eee4fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 228, 253
HSL
264°, 86%, 94%
CMYK
6, 10, 0, 1
Luminance
0.8076
Every format
| HEX | #eee4fd |
| RGB | rgb(238, 228, 253) |
| HSL | hsl(264, 86%, 94%) |
| CMYK | cmyk(6%, 10%, 0%, 1%) |
| LAB | lab(92.0 7.9 -10.9) |
| LCH | lch(92.0 13.4 306.0) |
| OKLCH | oklch(0.934 0.035 303.8) |
Copy-ready code
/* CSS */
color: #eee4fd;
background-color: #eee4fd;
/* Tailwind (arbitrary) */
class="text-[#eee4fd] bg-[#eee4fd]"
/* SCSS */
$brand: #eee4fd;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.992)
/* Android */
Color.parseColor("#eee4fd")Accessibility — WCAG contrast
Aa
#eee4fd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4fd on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta9.9%
Yellow0.0%
Key (black)0.8%
Color previews
#eee4fd text on a black background
contrast 17.15:1
Card sample
#eee4fd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4fd;
Background color
Panel with #eee4fd background
background-color: #eee4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4fd; background: linear-gradient(135deg, #eee4fd, #FDE4FB);