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