#eee4f1
a pale, soft violet · warm · closest name: lavender
RGB
238, 228, 241
HSL
286°, 32%, 92%
CMYK
1, 5, 0, 6
Luminance
0.8001
Every format
| HEX | #eee4f1 |
| RGB | rgb(238, 228, 241) |
| HSL | hsl(286, 32%, 92%) |
| CMYK | cmyk(1%, 5%, 0%, 6%) |
| LAB | lab(91.7 5.7 -5.1) |
| LCH | lch(91.7 7.6 318.1) |
| OKLCH | oklch(0.930 0.020 318.4) |
Copy-ready code
/* CSS */
color: #eee4f1;
background-color: #eee4f1;
/* Tailwind (arbitrary) */
class="text-[#eee4f1] bg-[#eee4f1]"
/* SCSS */
$brand: #eee4f1;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.945)
/* Android */
Color.parseColor("#eee4f1")Accessibility — WCAG contrast
Aa
#eee4f1 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4f1 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue94.5%
CMYK percentages
Cyan1.2%
Magenta5.4%
Yellow0.0%
Key (black)5.5%
Color previews
#eee4f1 text on a black background
contrast 17.00:1
Card sample
#eee4f1 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4f1;
Background color
Panel with #eee4f1 background
background-color: #eee4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4f1; background: linear-gradient(135deg, #eee4f1, #F1E4EB);