#eeecf6
a pale, soft blue · warm · closest name: lavender
RGB
238, 236, 246
HSL
252°, 36%, 95%
CMYK
3, 4, 0, 4
Luminance
0.8482
Every format
| HEX | #eeecf6 |
| RGB | rgb(238, 236, 246) |
| HSL | hsl(252, 36%, 95%) |
| CMYK | cmyk(3%, 4%, 0%, 4%) |
| LAB | lab(93.8 2.5 -4.6) |
| LCH | lch(93.8 5.2 298.3) |
| OKLCH | oklch(0.948 0.013 295.3) |
Copy-ready code
/* CSS */
color: #eeecf6;
background-color: #eeecf6;
/* Tailwind (arbitrary) */
class="text-[#eeecf6] bg-[#eeecf6]"
/* SCSS */
$brand: #eeecf6;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.965)
/* Android */
Color.parseColor("#eeecf6")Accessibility — WCAG contrast
Aa
#eeecf6 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeecf6 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue96.5%
CMYK percentages
Cyan3.3%
Magenta4.1%
Yellow0.0%
Key (black)3.5%
Color previews
#eeecf6 text on a black background
contrast 17.96:1
Card sample
#eeecf6 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeecf6;
Background color
Panel with #eeecf6 background
background-color: #eeecf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeecf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeecf6; background: linear-gradient(135deg, #eeecf6, #F5ECF6);