#e7aeff
a light, electric violet · warm · closest name: plum
RGB
231, 174, 255
HSL
282°, 100%, 84%
CMYK
9, 32, 0, 0
Luminance
0.5448
Every format
| HEX | #e7aeff |
| RGB | rgb(231, 174, 255) |
| HSL | hsl(282, 100%, 84%) |
| CMYK | cmyk(9%, 32%, 0%, 0%) |
| LAB | lab(78.7 34.7 -32.1) |
| LCH | lch(78.7 47.3 317.2) |
| OKLCH | oklch(0.831 0.126 315.6) |
Copy-ready code
/* CSS */
color: #e7aeff;
background-color: #e7aeff;
/* Tailwind (arbitrary) */
class="text-[#e7aeff] bg-[#e7aeff]"
/* SCSS */
$brand: #e7aeff;
/* SwiftUI */
Color(red: 0.906, green: 0.682, blue: 1.000)
/* Android */
Color.parseColor("#e7aeff")Accessibility — WCAG contrast
Aa
#e7aeff on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7aeff on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green68.2%
Blue100.0%
CMYK percentages
Cyan9.4%
Magenta31.8%
Yellow0.0%
Key (black)0.0%
Color previews
#e7aeff text on a black background
contrast 11.90:1
Card sample
#e7aeff text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7aeff;
Background color
Panel with #e7aeff background
background-color: #e7aeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7aeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 174, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 174, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7aeff; background: linear-gradient(135deg, #e7aeff, #FFAEE1);