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