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