#a05df4
a light, electric violet · warm · closest name: slateblue
RGB
160, 93, 244
HSL
267°, 87%, 66%
CMYK
34, 62, 0, 4
Luminance
0.2183
Every format
| HEX | #a05df4 |
| RGB | rgb(160, 93, 244) |
| HSL | hsl(267, 87%, 66%) |
| CMYK | cmyk(34%, 62%, 0%, 4%) |
| LAB | lab(53.9 56.4 -65.8) |
| LCH | lch(53.9 86.7 310.6) |
| OKLCH | oklch(0.626 0.217 300.7) |
Copy-ready code
/* CSS */
color: #a05df4;
background-color: #a05df4;
/* Tailwind (arbitrary) */
class="text-[#a05df4] bg-[#a05df4]"
/* SCSS */
$brand: #a05df4;
/* SwiftUI */
Color(red: 0.627, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#a05df4")Accessibility — WCAG contrast
Aa
#a05df4 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05df4 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green36.5%
Blue95.7%
CMYK percentages
Cyan34.4%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#a05df4 text on a black background
contrast 5.37:1
Card sample
#a05df4 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05df4;
Background color
Panel with #a05df4 background
background-color: #a05df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05df4; background: linear-gradient(135deg, #a05df4, #F45DE3);