#eee0f9
a pale, vivid violet · warm · closest name: lavender
RGB
238, 224, 249
HSL
274°, 68%, 93%
CMYK
4, 10, 0, 2
Luminance
0.7833
Every format
| HEX | #eee0f9 |
| RGB | rgb(238, 224, 249) |
| HSL | hsl(274, 68%, 93%) |
| CMYK | cmyk(4%, 10%, 0%, 2%) |
| LAB | lab(90.9 9.2 -10.4) |
| LCH | lch(90.9 13.9 311.6) |
| OKLCH | oklch(0.925 0.037 310.5) |
Copy-ready code
/* CSS */
color: #eee0f9;
background-color: #eee0f9;
/* Tailwind (arbitrary) */
class="text-[#eee0f9] bg-[#eee0f9]"
/* SCSS */
$brand: #eee0f9;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.976)
/* Android */
Color.parseColor("#eee0f9")Accessibility — WCAG contrast
Aa
#eee0f9 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee0f9 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue97.6%
CMYK percentages
Cyan4.4%
Magenta10.0%
Yellow0.0%
Key (black)2.4%
Color previews
#eee0f9 text on a black background
contrast 16.67:1
Card sample
#eee0f9 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee0f9;
Background color
Panel with #eee0f9 background
background-color: #eee0f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee0f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee0f9; background: linear-gradient(135deg, #eee0f9, #F9E0F3);