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