#eeeaf4
a pale, soft violet · warm · closest name: lavender
RGB
238, 234, 244
HSL
264°, 31%, 94%
CMYK
3, 4, 0, 4
Luminance
0.8355
Every format
| HEX | #eeeaf4 |
| RGB | rgb(238, 234, 244) |
| HSL | hsl(264, 31%, 94%) |
| CMYK | cmyk(3%, 4%, 0%, 4%) |
| LAB | lab(93.3 3.1 -4.3) |
| LCH | lch(93.3 5.4 305.7) |
| OKLCH | oklch(0.943 0.014 304.1) |
Copy-ready code
/* CSS */
color: #eeeaf4;
background-color: #eeeaf4;
/* Tailwind (arbitrary) */
class="text-[#eeeaf4] bg-[#eeeaf4]"
/* SCSS */
$brand: #eeeaf4;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.957)
/* Android */
Color.parseColor("#eeeaf4")Accessibility — WCAG contrast
Aa
#eeeaf4 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeaf4 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue95.7%
CMYK percentages
Cyan2.5%
Magenta4.1%
Yellow0.0%
Key (black)4.3%
Color previews
#eeeaf4 text on a black background
contrast 17.71:1
Card sample
#eeeaf4 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeaf4;
Background color
Panel with #eeeaf4 background
background-color: #eeeaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeaf4; background: linear-gradient(135deg, #eeeaf4, #F4EAF3);