#a05cf1
a light, electric violet · warm · closest name: slateblue
RGB
160, 92, 241
HSL
267°, 84%, 65%
CMYK
34, 62, 0, 6
Luminance
0.2148
Every format
| HEX | #a05cf1 |
| RGB | rgb(160, 92, 241) |
| HSL | hsl(267, 84%, 65%) |
| CMYK | cmyk(34%, 62%, 0%, 6%) |
| LAB | lab(53.5 56.2 -64.8) |
| LCH | lch(53.5 85.8 310.9) |
| OKLCH | oklch(0.623 0.215 301.4) |
Copy-ready code
/* CSS */
color: #a05cf1;
background-color: #a05cf1;
/* Tailwind (arbitrary) */
class="text-[#a05cf1] bg-[#a05cf1]"
/* SCSS */
$brand: #a05cf1;
/* SwiftUI */
Color(red: 0.627, green: 0.361, blue: 0.945)
/* Android */
Color.parseColor("#a05cf1")Accessibility — WCAG contrast
Aa
#a05cf1 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05cf1 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green36.1%
Blue94.5%
CMYK percentages
Cyan33.6%
Magenta61.8%
Yellow0.0%
Key (black)5.5%
Color previews
#a05cf1 text on a black background
contrast 5.30:1
Card sample
#a05cf1 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05cf1;
Background color
Panel with #a05cf1 background
background-color: #a05cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 92, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 92, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05cf1; background: linear-gradient(135deg, #a05cf1, #F15CDF);