#eee1fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 225, 253
HSL
268°, 88%, 94%
CMYK
6, 11, 0, 1
Luminance
0.7912
Every format
| HEX | #eee1fd |
| RGB | rgb(238, 225, 253) |
| HSL | hsl(268, 88%, 94%) |
| CMYK | cmyk(6%, 11%, 0%, 1%) |
| LAB | lab(91.3 9.5 -12.0) |
| LCH | lch(91.3 15.3 308.3) |
| OKLCH | oklch(0.928 0.040 306.5) |
Copy-ready code
/* CSS */
color: #eee1fd;
background-color: #eee1fd;
/* Tailwind (arbitrary) */
class="text-[#eee1fd] bg-[#eee1fd]"
/* SCSS */
$brand: #eee1fd;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.992)
/* Android */
Color.parseColor("#eee1fd")Accessibility — WCAG contrast
Aa
#eee1fd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee1fd on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta11.1%
Yellow0.0%
Key (black)0.8%
Color previews
#eee1fd text on a black background
contrast 16.82:1
Card sample
#eee1fd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee1fd;
Background color
Panel with #eee1fd background
background-color: #eee1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee1fd; background: linear-gradient(135deg, #eee1fd, #FDE1F9);