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