#eeeaf7
a pale, soft violet · warm · closest name: lavender
RGB
238, 234, 247
HSL
259°, 45%, 94%
CMYK
4, 5, 0, 3
Luminance
0.8374
Every format
| HEX | #eeeaf7 |
| RGB | rgb(238, 234, 247) |
| HSL | hsl(259, 45%, 94%) |
| CMYK | cmyk(4%, 5%, 0%, 3%) |
| LAB | lab(93.3 3.7 -5.8) |
| LCH | lch(93.3 6.9 302.4) |
| OKLCH | oklch(0.944 0.018 300.1) |
Copy-ready code
/* CSS */
color: #eeeaf7;
background-color: #eeeaf7;
/* Tailwind (arbitrary) */
class="text-[#eeeaf7] bg-[#eeeaf7]"
/* SCSS */
$brand: #eeeaf7;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.969)
/* Android */
Color.parseColor("#eeeaf7")Accessibility — WCAG contrast
Aa
#eeeaf7 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeaf7 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue96.9%
CMYK percentages
Cyan3.6%
Magenta5.3%
Yellow0.0%
Key (black)3.1%
Color previews
#eeeaf7 text on a black background
contrast 17.75:1
Card sample
#eeeaf7 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeaf7;
Background color
Panel with #eeeaf7 background
background-color: #eeeaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeaf7; background: linear-gradient(135deg, #eeeaf7, #F7EAF7);