#a05cff
a light, electric violet · warm · closest name: slateblue
RGB
160, 92, 255
HSL
265°, 100%, 68%
CMYK
37, 64, 0, 0
Luminance
0.2235
Every format
| HEX | #a05cff |
| RGB | rgb(160, 92, 255) |
| HSL | hsl(265, 100%, 68%) |
| CMYK | cmyk(37%, 64%, 0%, 0%) |
| LAB | lab(54.4 59.6 -71.1) |
| LCH | lch(54.4 92.7 310.0) |
| OKLCH | oklch(0.633 0.231 298.8) |
Copy-ready code
/* CSS */
color: #a05cff;
background-color: #a05cff;
/* Tailwind (arbitrary) */
class="text-[#a05cff] bg-[#a05cff]"
/* SCSS */
$brand: #a05cff;
/* SwiftUI */
Color(red: 0.627, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#a05cff")Accessibility — WCAG contrast
Aa
#a05cff on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05cff on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green36.1%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#a05cff text on a black background
contrast 5.47:1
Card sample
#a05cff text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05cff;
Background color
Panel with #a05cff background
background-color: #a05cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05cff; background: linear-gradient(135deg, #a05cff, #FF5CF1);