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