#eeecfb
a pale, vivid blue · warm · closest name: lavender
RGB
238, 236, 251
HSL
248°, 65%, 96%
CMYK
5, 6, 0, 2
Luminance
0.8513
Every format
| HEX | #eeecfb |
| RGB | rgb(238, 236, 251) |
| HSL | hsl(248, 65%, 96%) |
| CMYK | cmyk(5%, 6%, 0%, 2%) |
| LAB | lab(93.9 3.4 -7.0) |
| LCH | lch(93.9 7.8 295.9) |
| OKLCH | oklch(0.949 0.020 292.1) |
Copy-ready code
/* CSS */
color: #eeecfb;
background-color: #eeecfb;
/* Tailwind (arbitrary) */
class="text-[#eeecfb] bg-[#eeecfb]"
/* SCSS */
$brand: #eeecfb;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.984)
/* Android */
Color.parseColor("#eeecfb")Accessibility — WCAG contrast
Aa
#eeecfb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeecfb on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta6.0%
Yellow0.0%
Key (black)1.6%
Color previews
#eeecfb text on a black background
contrast 18.03:1
Card sample
#eeecfb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeecfb;
Background color
Panel with #eeecfb background
background-color: #eeecfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeecfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeecfb; background: linear-gradient(135deg, #eeecfb, #F8ECFB);