#eeadfd
a light, electric violet · warm · closest name: plum
RGB
238, 173, 253
HSL
289°, 95%, 84%
CMYK
6, 32, 0, 1
Luminance
0.5516
Every format
| HEX | #eeadfd |
| RGB | rgb(238, 173, 253) |
| HSL | hsl(289, 95%, 84%) |
| CMYK | cmyk(6%, 32%, 0%, 1%) |
| LAB | lab(79.1 37.0 -30.4) |
| LCH | lch(79.1 47.9 320.6) |
| OKLCH | oklch(0.835 0.129 319.9) |
Copy-ready code
/* CSS */
color: #eeadfd;
background-color: #eeadfd;
/* Tailwind (arbitrary) */
class="text-[#eeadfd] bg-[#eeadfd]"
/* SCSS */
$brand: #eeadfd;
/* SwiftUI */
Color(red: 0.933, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#eeadfd")Accessibility — WCAG contrast
Aa
#eeadfd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeadfd on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.8%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eeadfd text on a black background
contrast 12.03:1
Card sample
#eeadfd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeadfd;
Background color
Panel with #eeadfd background
background-color: #eeadfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeadfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeadfd; background: linear-gradient(135deg, #eeadfd, #FDADD7);