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