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