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