#eee3f8
a pale, vivid violet · warm · closest name: lavender
RGB
238, 227, 248
HSL
271°, 60%, 93%
CMYK
4, 9, 0, 3
Luminance
0.7989
Every format
| HEX | #eee3f8 |
| RGB | rgb(238, 227, 248) |
| HSL | hsl(271, 60%, 93%) |
| CMYK | cmyk(4%, 9%, 0%, 3%) |
| LAB | lab(91.6 7.5 -8.8) |
| LCH | lch(91.6 11.6 310.3) |
| OKLCH | oklch(0.931 0.030 309.1) |
Copy-ready code
/* CSS */
color: #eee3f8;
background-color: #eee3f8;
/* Tailwind (arbitrary) */
class="text-[#eee3f8] bg-[#eee3f8]"
/* SCSS */
$brand: #eee3f8;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.973)
/* Android */
Color.parseColor("#eee3f8")Accessibility — WCAG contrast
Aa
#eee3f8 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee3f8 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue97.3%
CMYK percentages
Cyan4.0%
Magenta8.5%
Yellow0.0%
Key (black)2.7%
Color previews
#eee3f8 text on a black background
contrast 16.98:1
Card sample
#eee3f8 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee3f8;
Background color
Panel with #eee3f8 background
background-color: #eee3f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee3f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee3f8; background: linear-gradient(135deg, #eee3f8, #F8E3F4);