#a058ff
a light, electric violet · warm · closest name: slateblue
RGB
160, 88, 255
HSL
266°, 100%, 67%
CMYK
37, 66, 0, 0
Luminance
0.2167
Every format
| HEX | #a058ff |
| RGB | rgb(160, 88, 255) |
| HSL | hsl(266, 100%, 67%) |
| CMYK | cmyk(37%, 66%, 0%, 0%) |
| LAB | lab(53.7 61.5 -72.2) |
| LCH | lch(53.7 94.9 310.4) |
| OKLCH | oklch(0.628 0.236 299.3) |
Copy-ready code
/* CSS */
color: #a058ff;
background-color: #a058ff;
/* Tailwind (arbitrary) */
class="text-[#a058ff] bg-[#a058ff]"
/* SCSS */
$brand: #a058ff;
/* SwiftUI */
Color(red: 0.627, green: 0.345, blue: 1.000)
/* Android */
Color.parseColor("#a058ff")Accessibility — WCAG contrast
Aa
#a058ff on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a058ff on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green34.5%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta65.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a058ff text on a black background
contrast 5.33:1
Card sample
#a058ff text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a058ff;
Background color
Panel with #a058ff background
background-color: #a058ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a058ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 88, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 88, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a058ff; background: linear-gradient(135deg, #a058ff, #FF58EF);