#eee4fc
a pale, electric violet · warm · closest name: lavender
RGB
238, 228, 252
HSL
265°, 80%, 94%
CMYK
6, 10, 0, 1
Luminance
0.8069
Every format
| HEX | #eee4fc |
| RGB | rgb(238, 228, 252) |
| HSL | hsl(265, 80%, 94%) |
| CMYK | cmyk(6%, 10%, 0%, 1%) |
| LAB | lab(92.0 7.7 -10.4) |
| LCH | lch(92.0 12.9 306.6) |
| OKLCH | oklch(0.934 0.034 304.5) |
Copy-ready code
/* CSS */
color: #eee4fc;
background-color: #eee4fc;
/* Tailwind (arbitrary) */
class="text-[#eee4fc] bg-[#eee4fc]"
/* SCSS */
$brand: #eee4fc;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.988)
/* Android */
Color.parseColor("#eee4fc")Accessibility — WCAG contrast
Aa
#eee4fc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4fc on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta9.5%
Yellow0.0%
Key (black)1.2%
Color previews
#eee4fc text on a black background
contrast 17.14:1
Card sample
#eee4fc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4fc;
Background color
Panel with #eee4fc background
background-color: #eee4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4fc; background: linear-gradient(135deg, #eee4fc, #FCE4FA);