#e0a3e0
a light, vivid magenta / pink · warm · “plum”
RGB
224, 163, 224
HSL
300°, 50%, 76%
CMYK
0, 27, 0, 12
Luminance
0.4742
Every format
| HEX | #e0a3e0 |
| RGB | rgb(224, 163, 224) |
| HSL | hsl(300, 50%, 76%) |
| CMYK | cmyk(0%, 27%, 0%, 12%) |
| LAB | lab(74.5 32.4 -21.9) |
| LCH | lch(74.5 39.2 325.9) |
| OKLCH | oklch(0.793 0.107 326.5) |
Copy-ready code
/* CSS */
color: #e0a3e0;
background-color: #e0a3e0;
/* Tailwind (arbitrary) */
class="text-[#e0a3e0] bg-[#e0a3e0]"
/* SCSS */
$brand: #e0a3e0;
/* SwiftUI */
Color(red: 0.878, green: 0.639, blue: 0.878)
/* Android */
Color.parseColor("#e0a3e0")Accessibility — WCAG contrast
Aa
#e0a3e0 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0a3e0 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green63.9%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow0.0%
Key (black)12.2%
Color previews
#e0a3e0 text on a black background
contrast 10.48:1
Card sample
#e0a3e0 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0a3e0;
Background color
Panel with #e0a3e0 background
background-color: #e0a3e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0a3e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 163, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 163, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0a3e0; background: linear-gradient(135deg, #e0a3e0, #E0A3B7);