#e0a3ff
a light, electric violet · warm · closest name: plum
RGB
224, 163, 255
HSL
280°, 100%, 82%
CMYK
12, 36, 0, 0
Luminance
0.4926
Every format
| HEX | #e0a3ff |
| RGB | rgb(224, 163, 255) |
| HSL | hsl(280, 100%, 82%) |
| CMYK | cmyk(12%, 36%, 0%, 0%) |
| LAB | lab(75.6 38.5 -37.0) |
| LCH | lch(75.6 53.4 316.1) |
| OKLCH | oklch(0.805 0.141 313.8) |
Copy-ready code
/* CSS */
color: #e0a3ff;
background-color: #e0a3ff;
/* Tailwind (arbitrary) */
class="text-[#e0a3ff] bg-[#e0a3ff]"
/* SCSS */
$brand: #e0a3ff;
/* SwiftUI */
Color(red: 0.878, green: 0.639, blue: 1.000)
/* Android */
Color.parseColor("#e0a3ff")Accessibility — WCAG contrast
Aa
#e0a3ff on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0a3ff on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green63.9%
Blue100.0%
CMYK percentages
Cyan12.2%
Magenta36.1%
Yellow0.0%
Key (black)0.0%
Color previews
#e0a3ff text on a black background
contrast 10.85:1
Card sample
#e0a3ff text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0a3ff;
Background color
Panel with #e0a3ff background
background-color: #e0a3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0a3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 163, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 163, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0a3ff; background: linear-gradient(135deg, #e0a3ff, #FFA3E1);