#a040eb
a balanced, electric violet · warm · closest name: slateblue
RGB
160, 64, 235
HSL
274°, 81%, 59%
CMYK
32, 73, 0, 8
Luminance
0.1714
Every format
| HEX | #a040eb |
| RGB | rgb(160, 64, 235) |
| HSL | hsl(274, 81%, 59%) |
| CMYK | cmyk(32%, 73%, 0%, 8%) |
| LAB | lab(48.4 67.6 -69.6) |
| LCH | lch(48.4 97.0 314.2) |
| OKLCH | oklch(0.586 0.243 305.6) |
Copy-ready code
/* CSS */
color: #a040eb;
background-color: #a040eb;
/* Tailwind (arbitrary) */
class="text-[#a040eb] bg-[#a040eb]"
/* SCSS */
$brand: #a040eb;
/* SwiftUI */
Color(red: 0.627, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#a040eb")Accessibility — WCAG contrast
Aa
#a040eb on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a040eb on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green25.1%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#a040eb text on a black background
contrast 4.43:1
Card sample
#a040eb text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a040eb;
Background color
Panel with #a040eb background
background-color: #a040eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a040eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a040eb; background: linear-gradient(135deg, #a040eb, #EB40C4);