#eeeefd
a pale, electric blue · warm · closest name: lavender
RGB
238, 238, 253
HSL
240°, 79%, 96%
CMYK
6, 6, 0, 1
Luminance
0.8642
Every format
| HEX | #eeeefd |
| RGB | rgb(238, 238, 253) |
| HSL | hsl(240, 79%, 96%) |
| CMYK | cmyk(6%, 6%, 0%, 1%) |
| LAB | lab(94.5 2.7 -7.2) |
| LCH | lch(94.5 7.7 290.7) |
| OKLCH | oklch(0.954 0.020 286.0) |
Copy-ready code
/* CSS */
color: #eeeefd;
background-color: #eeeefd;
/* Tailwind (arbitrary) */
class="text-[#eeeefd] bg-[#eeeefd]"
/* SCSS */
$brand: #eeeefd;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#eeeefd")Accessibility — WCAG contrast
Aa
#eeeefd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeefd on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#eeeefd text on a black background
contrast 18.28:1
Card sample
#eeeefd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeefd;
Background color
Panel with #eeeefd background
background-color: #eeeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeefd; background: linear-gradient(135deg, #eeeefd, #F8EEFD);