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