#eeecf4
a pale, soft violet · warm · closest name: lavender
RGB
238, 236, 244
HSL
255°, 27%, 94%
CMYK
3, 3, 0, 4
Luminance
0.8470
Every format
| HEX | #eeecf4 |
| RGB | rgb(238, 236, 244) |
| HSL | hsl(255, 27%, 94%) |
| CMYK | cmyk(3%, 3%, 0%, 4%) |
| LAB | lab(93.8 2.1 -3.6) |
| LCH | lch(93.8 4.2 300.1) |
| OKLCH | oklch(0.947 0.011 297.6) |
Copy-ready code
/* CSS */
color: #eeecf4;
background-color: #eeecf4;
/* Tailwind (arbitrary) */
class="text-[#eeecf4] bg-[#eeecf4]"
/* SCSS */
$brand: #eeecf4;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#eeecf4")Accessibility — WCAG contrast
Aa
#eeecf4 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeecf4 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue95.7%
CMYK percentages
Cyan2.5%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#eeecf4 text on a black background
contrast 17.94:1
Card sample
#eeecf4 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeecf4;
Background color
Panel with #eeecf4 background
background-color: #eeecf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeecf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeecf4; background: linear-gradient(135deg, #eeecf4, #F3ECF4);