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