#eee0f6
a pale, vivid violet · warm · closest name: lavender
RGB
238, 224, 246
HSL
278°, 55%, 92%
CMYK
3, 9, 0, 4
Luminance
0.7814
Every format
| HEX | #eee0f6 |
| RGB | rgb(238, 224, 246) |
| HSL | hsl(278, 55%, 92%) |
| CMYK | cmyk(3%, 9%, 0%, 4%) |
| LAB | lab(90.8 8.7 -9.0) |
| LCH | lch(90.8 12.5 314.1) |
| OKLCH | oklch(0.924 0.033 313.5) |
Copy-ready code
/* CSS */
color: #eee0f6;
background-color: #eee0f6;
/* Tailwind (arbitrary) */
class="text-[#eee0f6] bg-[#eee0f6]"
/* SCSS */
$brand: #eee0f6;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.965)
/* Android */
Color.parseColor("#eee0f6")Accessibility — WCAG contrast
Aa
#eee0f6 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee0f6 on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue96.5%
CMYK percentages
Cyan3.3%
Magenta8.9%
Yellow0.0%
Key (black)3.5%
Color previews
#eee0f6 text on a black background
contrast 16.63:1
Card sample
#eee0f6 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee0f6;
Background color
Panel with #eee0f6 background
background-color: #eee0f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee0f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee0f6; background: linear-gradient(135deg, #eee0f6, #F6E0EF);