#eeebf9
a pale, vivid blue · warm · closest name: lavender
RGB
238, 235, 249
HSL
253°, 54%, 95%
CMYK
4, 6, 0, 2
Luminance
0.8443
Every format
| HEX | #eeebf9 |
| RGB | rgb(238, 235, 249) |
| HSL | hsl(253, 54%, 95%) |
| CMYK | cmyk(4%, 6%, 0%, 2%) |
| LAB | lab(93.6 3.5 -6.4) |
| LCH | lch(93.6 7.3 298.9) |
| OKLCH | oklch(0.947 0.019 295.9) |
Copy-ready code
/* CSS */
color: #eeebf9;
background-color: #eeebf9;
/* Tailwind (arbitrary) */
class="text-[#eeebf9] bg-[#eeebf9]"
/* SCSS */
$brand: #eeebf9;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.976)
/* Android */
Color.parseColor("#eeebf9")Accessibility — WCAG contrast
Aa
#eeebf9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebf9 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue97.6%
CMYK percentages
Cyan4.4%
Magenta5.6%
Yellow0.0%
Key (black)2.4%
Color previews
#eeebf9 text on a black background
contrast 17.89:1
Card sample
#eeebf9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebf9;
Background color
Panel with #eeebf9 background
background-color: #eeebf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebf9; background: linear-gradient(135deg, #eeebf9, #F7EBF9);