#eee3fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 227, 253
HSL
265°, 87%, 94%
CMYK
6, 10, 0, 1
Luminance
0.8021
Every format
| HEX | #eee3fd |
| RGB | rgb(238, 227, 253) |
| HSL | hsl(265, 87%, 94%) |
| CMYK | cmyk(6%, 10%, 0%, 1%) |
| LAB | lab(91.8 8.4 -11.2) |
| LCH | lch(91.8 14.0 306.8) |
| OKLCH | oklch(0.932 0.037 304.8) |
Copy-ready code
/* CSS */
color: #eee3fd;
background-color: #eee3fd;
/* Tailwind (arbitrary) */
class="text-[#eee3fd] bg-[#eee3fd]"
/* SCSS */
$brand: #eee3fd;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.992)
/* Android */
Color.parseColor("#eee3fd")Accessibility — WCAG contrast
Aa
#eee3fd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee3fd on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta10.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eee3fd text on a black background
contrast 17.04:1
Card sample
#eee3fd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee3fd;
Background color
Panel with #eee3fd background
background-color: #eee3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee3fd; background: linear-gradient(135deg, #eee3fd, #FDE3FB);