#eed5fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 213, 253
HSL
278°, 91%, 91%
CMYK
6, 16, 0, 1
Luminance
0.7286
Every format
| HEX | #eed5fd |
| RGB | rgb(238, 213, 253) |
| HSL | hsl(278, 91%, 91%) |
| CMYK | cmyk(6%, 16%, 0%, 1%) |
| LAB | lab(88.4 15.8 -16.3) |
| LCH | lch(88.4 22.7 314.0) |
| OKLCH | oklch(0.906 0.060 312.9) |
Copy-ready code
/* CSS */
color: #eed5fd;
background-color: #eed5fd;
/* Tailwind (arbitrary) */
class="text-[#eed5fd] bg-[#eed5fd]"
/* SCSS */
$brand: #eed5fd;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.992)
/* Android */
Color.parseColor("#eed5fd")Accessibility — WCAG contrast
Aa
#eed5fd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed5fd on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta15.8%
Yellow0.0%
Key (black)0.8%
Color previews
#eed5fd text on a black background
contrast 15.57:1
Card sample
#eed5fd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed5fd;
Background color
Panel with #eed5fd background
background-color: #eed5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed5fd; background: linear-gradient(135deg, #eed5fd, #FDD5F1);