#e7aefd
a light, electric violet · warm · closest name: plum
RGB
231, 174, 253
HSL
283°, 95%, 84%
CMYK
9, 31, 0, 1
Luminance
0.5435
Every format
| HEX | #e7aefd |
| RGB | rgb(231, 174, 253) |
| HSL | hsl(283, 95%, 84%) |
| CMYK | cmyk(9%, 31%, 0%, 1%) |
| LAB | lab(78.7 34.3 -31.1) |
| LCH | lch(78.7 46.3 317.8) |
| OKLCH | oklch(0.830 0.123 316.3) |
Copy-ready code
/* CSS */
color: #e7aefd;
background-color: #e7aefd;
/* Tailwind (arbitrary) */
class="text-[#e7aefd] bg-[#e7aefd]"
/* SCSS */
$brand: #e7aefd;
/* SwiftUI */
Color(red: 0.906, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#e7aefd")Accessibility — WCAG contrast
Aa
#e7aefd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7aefd on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green68.2%
Blue99.2%
CMYK percentages
Cyan8.7%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#e7aefd text on a black background
contrast 11.87:1
Card sample
#e7aefd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7aefd;
Background color
Panel with #e7aefd background
background-color: #e7aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7aefd; background: linear-gradient(135deg, #e7aefd, #FDAEDE);