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