#eeeaf8
a pale, vivid violet · warm · closest name: lavender
RGB
238, 234, 248
HSL
257°, 50%, 95%
CMYK
4, 6, 0, 3
Luminance
0.8380
Every format
| HEX | #eeeaf8 |
| RGB | rgb(238, 234, 248) |
| HSL | hsl(257, 50%, 95%) |
| CMYK | cmyk(4%, 6%, 0%, 3%) |
| LAB | lab(93.4 3.9 -6.3) |
| LCH | lch(93.4 7.4 301.6) |
| OKLCH | oklch(0.944 0.019 299.1) |
Copy-ready code
/* CSS */
color: #eeeaf8;
background-color: #eeeaf8;
/* Tailwind (arbitrary) */
class="text-[#eeeaf8] bg-[#eeeaf8]"
/* SCSS */
$brand: #eeeaf8;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.973)
/* Android */
Color.parseColor("#eeeaf8")Accessibility — WCAG contrast
Aa
#eeeaf8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeaf8 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue97.3%
CMYK percentages
Cyan4.0%
Magenta5.6%
Yellow0.0%
Key (black)2.7%
Color previews
#eeeaf8 text on a black background
contrast 17.76:1
Card sample
#eeeaf8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeaf8;
Background color
Panel with #eeeaf8 background
background-color: #eeeaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeaf8; background: linear-gradient(135deg, #eeeaf8, #F7EAF8);