#eee5fa
a pale, vivid violet · warm · closest name: lavender
RGB
238, 229, 250
HSL
266°, 68%, 94%
CMYK
5, 8, 0, 2
Luminance
0.8112
Every format
| HEX | #eee5fa |
| RGB | rgb(238, 229, 250) |
| HSL | hsl(266, 68%, 94%) |
| CMYK | cmyk(5%, 8%, 0%, 2%) |
| LAB | lab(92.2 6.8 -9.1) |
| LCH | lch(92.2 11.3 306.9) |
| OKLCH | oklch(0.935 0.030 305.1) |
Copy-ready code
/* CSS */
color: #eee5fa;
background-color: #eee5fa;
/* Tailwind (arbitrary) */
class="text-[#eee5fa] bg-[#eee5fa]"
/* SCSS */
$brand: #eee5fa;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.980)
/* Android */
Color.parseColor("#eee5fa")Accessibility — WCAG contrast
Aa
#eee5fa on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee5fa on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta8.4%
Yellow0.0%
Key (black)2.0%
Color previews
#eee5fa text on a black background
contrast 17.22:1
Card sample
#eee5fa text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee5fa;
Background color
Panel with #eee5fa background
background-color: #eee5fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee5fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee5fa; background: linear-gradient(135deg, #eee5fa, #FAE5F8);