#eed9fd
a pale, electric violet · warm · closest name: lavender
RGB
238, 217, 253
HSL
275°, 90%, 92%
CMYK
6, 14, 0, 1
Luminance
0.7489
Every format
| HEX | #eed9fd |
| RGB | rgb(238, 217, 253) |
| HSL | hsl(275, 90%, 92%) |
| CMYK | cmyk(6%, 14%, 0%, 1%) |
| LAB | lab(89.3 13.7 -14.9) |
| LCH | lch(89.3 20.2 312.6) |
| OKLCH | oklch(0.913 0.053 311.3) |
Copy-ready code
/* CSS */
color: #eed9fd;
background-color: #eed9fd;
/* Tailwind (arbitrary) */
class="text-[#eed9fd] bg-[#eed9fd]"
/* SCSS */
$brand: #eed9fd;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.992)
/* Android */
Color.parseColor("#eed9fd")Accessibility — WCAG contrast
Aa
#eed9fd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9fd on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta14.2%
Yellow0.0%
Key (black)0.8%
Color previews
#eed9fd text on a black background
contrast 15.98:1
Card sample
#eed9fd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9fd;
Background color
Panel with #eed9fd background
background-color: #eed9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9fd; background: linear-gradient(135deg, #eed9fd, #FDD9F4);