#eeecf8
a pale, vivid blue · warm · closest name: lavender
RGB
238, 236, 248
HSL
250°, 46%, 95%
CMYK
4, 5, 0, 3
Luminance
0.8495
Every format
| HEX | #eeecf8 |
| RGB | rgb(238, 236, 248) |
| HSL | hsl(250, 46%, 95%) |
| CMYK | cmyk(4%, 5%, 0%, 3%) |
| LAB | lab(93.9 2.8 -5.5) |
| LCH | lch(93.9 6.2 297.0) |
| OKLCH | oklch(0.948 0.016 293.7) |
Copy-ready code
/* CSS */
color: #eeecf8;
background-color: #eeecf8;
/* Tailwind (arbitrary) */
class="text-[#eeecf8] bg-[#eeecf8]"
/* SCSS */
$brand: #eeecf8;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#eeecf8")Accessibility — WCAG contrast
Aa
#eeecf8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeecf8 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue97.3%
CMYK percentages
Cyan4.0%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#eeecf8 text on a black background
contrast 17.99:1
Card sample
#eeecf8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeecf8;
Background color
Panel with #eeecf8 background
background-color: #eeecf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeecf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeecf8; background: linear-gradient(135deg, #eeecf8, #F6ECF8);