#eee0fc
a pale, electric violet · warm · closest name: lavender
RGB
238, 224, 252
HSL
270°, 82%, 93%
CMYK
6, 11, 0, 1
Luminance
0.7852
Every format
| HEX | #eee0fc |
| RGB | rgb(238, 224, 252) |
| HSL | hsl(270, 82%, 93%) |
| CMYK | cmyk(6%, 11%, 0%, 1%) |
| LAB | lab(91.0 9.8 -11.8) |
| LCH | lch(91.0 15.4 309.6) |
| OKLCH | oklch(0.926 0.040 308.0) |
Copy-ready code
/* CSS */
color: #eee0fc;
background-color: #eee0fc;
/* Tailwind (arbitrary) */
class="text-[#eee0fc] bg-[#eee0fc]"
/* SCSS */
$brand: #eee0fc;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.988)
/* Android */
Color.parseColor("#eee0fc")Accessibility — WCAG contrast
Aa
#eee0fc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee0fc on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta11.1%
Yellow0.0%
Key (black)1.2%
Color previews
#eee0fc text on a black background
contrast 16.70:1
Card sample
#eee0fc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee0fc;
Background color
Panel with #eee0fc background
background-color: #eee0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee0fc; background: linear-gradient(135deg, #eee0fc, #FCE0F7);