#eee9fa
a pale, vivid violet · warm · closest name: lavender
RGB
238, 233, 250
HSL
258°, 63%, 95%
CMYK
5, 7, 0, 2
Luminance
0.8336
Every format
| HEX | #eee9fa |
| RGB | rgb(238, 233, 250) |
| HSL | hsl(258, 63%, 95%) |
| CMYK | cmyk(5%, 7%, 0%, 2%) |
| LAB | lab(93.2 4.8 -7.6) |
| LCH | lch(93.2 9.0 302.0) |
| OKLCH | oklch(0.943 0.023 299.4) |
Copy-ready code
/* CSS */
color: #eee9fa;
background-color: #eee9fa;
/* Tailwind (arbitrary) */
class="text-[#eee9fa] bg-[#eee9fa]"
/* SCSS */
$brand: #eee9fa;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.980)
/* Android */
Color.parseColor("#eee9fa")Accessibility — WCAG contrast
Aa
#eee9fa on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee9fa on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta6.8%
Yellow0.0%
Key (black)2.0%
Color previews
#eee9fa text on a black background
contrast 17.67:1
Card sample
#eee9fa text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee9fa;
Background color
Panel with #eee9fa background
background-color: #eee9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee9fa; background: linear-gradient(135deg, #eee9fa, #F9E9FA);