#eee2fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 226, 253
HSL
267°, 87%, 94%
CMYK
6, 11, 0, 1
Luminance
0.7966
Every format
| HEX | #eee2fd |
| RGB | rgb(238, 226, 253) |
| HSL | hsl(267, 87%, 94%) |
| CMYK | cmyk(6%, 11%, 0%, 1%) |
| LAB | lab(91.5 8.9 -11.6) |
| LCH | lch(91.5 14.7 307.6) |
| OKLCH | oklch(0.930 0.038 305.7) |
Copy-ready code
/* CSS */
color: #eee2fd;
background-color: #eee2fd;
/* Tailwind (arbitrary) */
class="text-[#eee2fd] bg-[#eee2fd]"
/* SCSS */
$brand: #eee2fd;
/* SwiftUI */
Color(red: 0.933, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#eee2fd")Accessibility — WCAG contrast
Aa
#eee2fd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee2fd on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.6%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eee2fd text on a black background
contrast 16.93:1
Card sample
#eee2fd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee2fd;
Background color
Panel with #eee2fd background
background-color: #eee2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee2fd; background: linear-gradient(135deg, #eee2fd, #FDE2FA);