#eeebf5
a pale, soft violet · warm · closest name: lavender
RGB
238, 235, 245
HSL
258°, 33%, 94%
CMYK
3, 4, 0, 4
Luminance
0.8419
Every format
| HEX | #eeebf5 |
| RGB | rgb(238, 235, 245) |
| HSL | hsl(258, 33%, 94%) |
| CMYK | cmyk(3%, 4%, 0%, 4%) |
| LAB | lab(93.5 2.8 -4.5) |
| LCH | lch(93.5 5.3 302.1) |
| OKLCH | oklch(0.945 0.014 299.8) |
Copy-ready code
/* CSS */
color: #eeebf5;
background-color: #eeebf5;
/* Tailwind (arbitrary) */
class="text-[#eeebf5] bg-[#eeebf5]"
/* SCSS */
$brand: #eeebf5;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.961)
/* Android */
Color.parseColor("#eeebf5")Accessibility — WCAG contrast
Aa
#eeebf5 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebf5 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue96.1%
CMYK percentages
Cyan2.9%
Magenta4.1%
Yellow0.0%
Key (black)3.9%
Color previews
#eeebf5 text on a black background
contrast 17.84:1
Card sample
#eeebf5 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebf5;
Background color
Panel with #eeebf5 background
background-color: #eeebf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebf5; background: linear-gradient(135deg, #eeebf5, #F5EBF5);