#eee2fa
a pale, vivid violet · warm · closest name: lavender
RGB
238, 226, 250
HSL
270°, 71%, 93%
CMYK
5, 10, 0, 2
Luminance
0.7947
Every format
| HEX | #eee2fa |
| RGB | rgb(238, 226, 250) |
| HSL | hsl(270, 71%, 93%) |
| CMYK | cmyk(5%, 10%, 0%, 2%) |
| LAB | lab(91.5 8.4 -10.2) |
| LCH | lch(91.5 13.2 309.5) |
| OKLCH | oklch(0.929 0.035 308.0) |
Copy-ready code
/* CSS */
color: #eee2fa;
background-color: #eee2fa;
/* Tailwind (arbitrary) */
class="text-[#eee2fa] bg-[#eee2fa]"
/* SCSS */
$brand: #eee2fa;
/* SwiftUI */
Color(red: 0.933, green: 0.886, blue: 0.980)
/* Android */
Color.parseColor("#eee2fa")Accessibility — WCAG contrast
Aa
#eee2fa on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee2fa on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.6%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta9.6%
Yellow0.0%
Key (black)2.0%
Color previews
#eee2fa text on a black background
contrast 16.89:1
Card sample
#eee2fa text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee2fa;
Background color
Panel with #eee2fa background
background-color: #eee2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 226, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 226, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee2fa; background: linear-gradient(135deg, #eee2fa, #FAE2F6);