#eed3fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 211, 253
HSL
279°, 91%, 91%
CMYK
6, 17, 0, 1
Luminance
0.7186
Every format
| HEX | #eed3fd |
| RGB | rgb(238, 211, 253) |
| HSL | hsl(279, 91%, 91%) |
| CMYK | cmyk(6%, 17%, 0%, 1%) |
| LAB | lab(87.9 16.8 -17.0) |
| LCH | lch(87.9 23.9 314.6) |
| OKLCH | oklch(0.902 0.063 313.6) |
Copy-ready code
/* CSS */
color: #eed3fd;
background-color: #eed3fd;
/* Tailwind (arbitrary) */
class="text-[#eed3fd] bg-[#eed3fd]"
/* SCSS */
$brand: #eed3fd;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.992)
/* Android */
Color.parseColor("#eed3fd")Accessibility — WCAG contrast
Aa
#eed3fd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed3fd on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta16.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eed3fd text on a black background
contrast 15.37:1
Card sample
#eed3fd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed3fd;
Background color
Panel with #eed3fd background
background-color: #eed3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed3fd; background: linear-gradient(135deg, #eed3fd, #FDD3F0);