#eee1f9
a pale, vivid violet · warm · closest name: lavender
RGB
238, 225, 249
HSL
273°, 67%, 93%
CMYK
4, 10, 0, 2
Luminance
0.7887
Every format
| HEX | #eee1f9 |
| RGB | rgb(238, 225, 249) |
| HSL | hsl(273, 67%, 93%) |
| CMYK | cmyk(4%, 10%, 0%, 2%) |
| LAB | lab(91.2 8.7 -10.0) |
| LCH | lch(91.2 13.3 310.9) |
| OKLCH | oklch(0.927 0.035 309.8) |
Copy-ready code
/* CSS */
color: #eee1f9;
background-color: #eee1f9;
/* Tailwind (arbitrary) */
class="text-[#eee1f9] bg-[#eee1f9]"
/* SCSS */
$brand: #eee1f9;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.976)
/* Android */
Color.parseColor("#eee1f9")Accessibility — WCAG contrast
Aa
#eee1f9 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee1f9 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue97.6%
CMYK percentages
Cyan4.4%
Magenta9.6%
Yellow0.0%
Key (black)2.4%
Color previews
#eee1f9 text on a black background
contrast 16.77:1
Card sample
#eee1f9 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee1f9;
Background color
Panel with #eee1f9 background
background-color: #eee1f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee1f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee1f9; background: linear-gradient(135deg, #eee1f9, #F9E1F4);