#a05eee
a light, electric violet · warm · closest name: slateblue
RGB
160, 94, 238
HSL
268°, 81%, 65%
CMYK
33, 61, 0, 7
Luminance
0.2165
Every format
| HEX | #a05eee |
| RGB | rgb(160, 94, 238) |
| HSL | hsl(268, 81%, 65%) |
| CMYK | cmyk(33%, 61%, 0%, 7%) |
| LAB | lab(53.7 54.5 -62.8) |
| LCH | lch(53.7 83.1 310.9) |
| OKLCH | oklch(0.624 0.209 301.7) |
Copy-ready code
/* CSS */
color: #a05eee;
background-color: #a05eee;
/* Tailwind (arbitrary) */
class="text-[#a05eee] bg-[#a05eee]"
/* SCSS */
$brand: #a05eee;
/* SwiftUI */
Color(red: 0.627, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#a05eee")Accessibility — WCAG contrast
Aa
#a05eee on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05eee on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green36.9%
Blue93.3%
CMYK percentages
Cyan32.8%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#a05eee text on a black background
contrast 5.33:1
Card sample
#a05eee text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05eee;
Background color
Panel with #a05eee background
background-color: #a05eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05eee; background: linear-gradient(135deg, #a05eee, #EE5EDC);