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