#eeecff
a pale, electric blue · warm · “lavender”
RGB
238, 236, 255
HSL
246°, 100%, 96%
CMYK
7, 8, 0, 0
Luminance
0.8539
Every format
| HEX | #eeecff |
| RGB | rgb(238, 236, 255) |
| HSL | hsl(246, 100%, 96%) |
| CMYK | cmyk(7%, 8%, 0%, 0%) |
| LAB | lab(94.0 4.1 -8.9) |
| LCH | lch(94.0 9.8 294.9) |
| OKLCH | oklch(0.950 0.025 290.7) |
Copy-ready code
/* CSS */
color: #eeecff;
background-color: #eeecff;
/* Tailwind (arbitrary) */
class="text-[#eeecff] bg-[#eeecff]"
/* SCSS */
$brand: #eeecff;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#eeecff")Accessibility — WCAG contrast
Aa
#eeecff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeecff on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#eeecff text on a black background
contrast 18.08:1
Card sample
#eeecff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeecff;
Background color
Panel with #eeecff background
background-color: #eeecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeecff; background: linear-gradient(135deg, #eeecff, #FBECFF);