#eee3fa
a pale, vivid violet · warm · closest name: lavender
RGB
238, 227, 250
HSL
269°, 70%, 94%
CMYK
5, 9, 0, 2
Luminance
0.8002
Every format
| HEX | #eee3fa |
| RGB | rgb(238, 227, 250) |
| HSL | hsl(269, 70%, 94%) |
| CMYK | cmyk(5%, 9%, 0%, 2%) |
| LAB | lab(91.7 7.9 -9.8) |
| LCH | lch(91.7 12.6 308.7) |
| OKLCH | oklch(0.931 0.033 307.2) |
Copy-ready code
/* CSS */
color: #eee3fa;
background-color: #eee3fa;
/* Tailwind (arbitrary) */
class="text-[#eee3fa] bg-[#eee3fa]"
/* SCSS */
$brand: #eee3fa;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.980)
/* Android */
Color.parseColor("#eee3fa")Accessibility — WCAG contrast
Aa
#eee3fa on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee3fa on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta9.2%
Yellow0.0%
Key (black)2.0%
Color previews
#eee3fa text on a black background
contrast 17.00:1
Card sample
#eee3fa text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee3fa;
Background color
Panel with #eee3fa background
background-color: #eee3fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee3fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee3fa; background: linear-gradient(135deg, #eee3fa, #FAE3F7);