#eee0fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 224, 253
HSL
269°, 88%, 94%
CMYK
6, 12, 0, 1
Luminance
0.7858
Every format
| HEX | #eee0fd |
| RGB | rgb(238, 224, 253) |
| HSL | hsl(269, 88%, 94%) |
| CMYK | cmyk(6%, 12%, 0%, 1%) |
| LAB | lab(91.0 10.0 -12.3) |
| LCH | lch(91.0 15.9 309.0) |
| OKLCH | oklch(0.927 0.042 307.2) |
Copy-ready code
/* CSS */
color: #eee0fd;
background-color: #eee0fd;
/* Tailwind (arbitrary) */
class="text-[#eee0fd] bg-[#eee0fd]"
/* SCSS */
$brand: #eee0fd;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.992)
/* Android */
Color.parseColor("#eee0fd")Accessibility — WCAG contrast
Aa
#eee0fd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee0fd on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta11.5%
Yellow0.0%
Key (black)0.8%
Color previews
#eee0fd text on a black background
contrast 16.72:1
Card sample
#eee0fd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee0fd;
Background color
Panel with #eee0fd background
background-color: #eee0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee0fd; background: linear-gradient(135deg, #eee0fd, #FDE0F9);