#a058f3
a balanced, electric violet · warm · closest name: slateblue
RGB
160, 88, 243
HSL
268°, 87%, 65%
CMYK
34, 64, 0, 5
Luminance
0.2092
Every format
| HEX | #a058f3 |
| RGB | rgb(160, 88, 243) |
| HSL | hsl(268, 87%, 65%) |
| CMYK | cmyk(34%, 64%, 0%, 5%) |
| LAB | lab(52.9 58.7 -66.9) |
| LCH | lch(52.9 89.0 311.3) |
| OKLCH | oklch(0.619 0.223 301.5) |
Copy-ready code
/* CSS */
color: #a058f3;
background-color: #a058f3;
/* Tailwind (arbitrary) */
class="text-[#a058f3] bg-[#a058f3]"
/* SCSS */
$brand: #a058f3;
/* SwiftUI */
Color(red: 0.627, green: 0.345, blue: 0.953)
/* Android */
Color.parseColor("#a058f3")Accessibility — WCAG contrast
Aa
#a058f3 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a058f3 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green34.5%
Blue95.3%
CMYK percentages
Cyan34.2%
Magenta63.8%
Yellow0.0%
Key (black)4.7%
Color previews
#a058f3 text on a black background
contrast 5.18:1
Card sample
#a058f3 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a058f3;
Background color
Panel with #a058f3 background
background-color: #a058f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a058f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 88, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 88, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a058f3; background: linear-gradient(135deg, #a058f3, #F358DF);