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