#eeecf2
a pale, soft violet · warm · closest name: white
RGB
238, 236, 242
HSL
260°, 19%, 94%
CMYK
2, 3, 0, 5
Luminance
0.8458
Every format
| HEX | #eeecf2 |
| RGB | rgb(238, 236, 242) |
| HSL | hsl(260, 19%, 94%) |
| CMYK | cmyk(2%, 3%, 0%, 5%) |
| LAB | lab(93.7 1.7 -2.7) |
| LCH | lch(93.7 3.2 303.2) |
| OKLCH | oklch(0.946 0.008 301.4) |
Copy-ready code
/* CSS */
color: #eeecf2;
background-color: #eeecf2;
/* Tailwind (arbitrary) */
class="text-[#eeecf2] bg-[#eeecf2]"
/* SCSS */
$brand: #eeecf2;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.949)
/* Android */
Color.parseColor("#eeecf2")Accessibility — WCAG contrast
Aa
#eeecf2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeecf2 on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta2.5%
Yellow0.0%
Key (black)5.1%
Color previews
#eeecf2 text on a black background
contrast 17.92:1
Card sample
#eeecf2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeecf2;
Background color
Panel with #eeecf2 background
background-color: #eeecf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeecf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeecf2; background: linear-gradient(135deg, #eeecf2, #F2ECF2);