#a05df2
a light, electric violet · warm · closest name: slateblue
RGB
160, 93, 242
HSL
267°, 85%, 66%
CMYK
34, 62, 0, 5
Luminance
0.2171
Every format
| HEX | #a05df2 |
| RGB | rgb(160, 93, 242) |
| HSL | hsl(267, 85%, 66%) |
| CMYK | cmyk(34%, 62%, 0%, 5%) |
| LAB | lab(53.7 55.9 -64.9) |
| LCH | lch(53.7 85.7 310.7) |
| OKLCH | oklch(0.625 0.215 301.1) |
Copy-ready code
/* CSS */
color: #a05df2;
background-color: #a05df2;
/* Tailwind (arbitrary) */
class="text-[#a05df2] bg-[#a05df2]"
/* SCSS */
$brand: #a05df2;
/* SwiftUI */
Color(red: 0.627, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#a05df2")Accessibility — WCAG contrast
Aa
#a05df2 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05df2 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green36.5%
Blue94.9%
CMYK percentages
Cyan33.9%
Magenta61.6%
Yellow0.0%
Key (black)5.1%
Color previews
#a05df2 text on a black background
contrast 5.34:1
Card sample
#a05df2 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05df2;
Background color
Panel with #a05df2 background
background-color: #a05df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05df2; background: linear-gradient(135deg, #a05df2, #F25DE1);