#eed7fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 215, 253
HSL
276°, 91%, 92%
CMYK
6, 15, 0, 1
Luminance
0.7387
Every format
| HEX | #eed7fd |
| RGB | rgb(238, 215, 253) |
| HSL | hsl(276, 91%, 92%) |
| CMYK | cmyk(6%, 15%, 0%, 1%) |
| LAB | lab(88.9 14.7 -15.6) |
| LCH | lch(88.9 21.4 313.3) |
| OKLCH | oklch(0.910 0.057 312.1) |
Copy-ready code
/* CSS */
color: #eed7fd;
background-color: #eed7fd;
/* Tailwind (arbitrary) */
class="text-[#eed7fd] bg-[#eed7fd]"
/* SCSS */
$brand: #eed7fd;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.992)
/* Android */
Color.parseColor("#eed7fd")Accessibility — WCAG contrast
Aa
#eed7fd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed7fd on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta15.0%
Yellow0.0%
Key (black)0.8%
Color previews
#eed7fd text on a black background
contrast 15.77:1
Card sample
#eed7fd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed7fd;
Background color
Panel with #eed7fd background
background-color: #eed7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed7fd; background: linear-gradient(135deg, #eed7fd, #FDD7F3);