#eed1fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 209, 253
HSL
280°, 92%, 91%
CMYK
6, 17, 0, 1
Luminance
0.7087
Every format
| HEX | #eed1fd |
| RGB | rgb(238, 209, 253) |
| HSL | hsl(280, 92%, 91%) |
| CMYK | cmyk(6%, 17%, 0%, 1%) |
| LAB | lab(87.4 17.9 -17.8) |
| LCH | lch(87.4 25.2 315.2) |
| OKLCH | oklch(0.898 0.067 314.2) |
Copy-ready code
/* CSS */
color: #eed1fd;
background-color: #eed1fd;
/* Tailwind (arbitrary) */
class="text-[#eed1fd] bg-[#eed1fd]"
/* SCSS */
$brand: #eed1fd;
/* SwiftUI */
Color(red: 0.933, green: 0.820, blue: 0.992)
/* Android */
Color.parseColor("#eed1fd")Accessibility — WCAG contrast
Aa
#eed1fd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed1fd on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.0%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta17.4%
Yellow0.0%
Key (black)0.8%
Color previews
#eed1fd text on a black background
contrast 15.17:1
Card sample
#eed1fd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed1fd;
Background color
Panel with #eed1fd background
background-color: #eed1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 209, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 209, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed1fd; background: linear-gradient(135deg, #eed1fd, #FDD1EF);