#a660eb
a balanced, electric violet · warm · closest name: slateblue
RGB
166, 96, 235
HSL
270°, 78%, 65%
CMYK
29, 59, 0, 8
Luminance
0.2247
Every format
| HEX | #a660eb |
| RGB | rgb(166, 96, 235) |
| HSL | hsl(270, 78%, 65%) |
| CMYK | cmyk(29%, 59%, 0%, 8%) |
| LAB | lab(54.5 54.1 -59.7) |
| LCH | lch(54.5 80.5 312.2) |
| OKLCH | oklch(0.631 0.204 304.4) |
Copy-ready code
/* CSS */
color: #a660eb;
background-color: #a660eb;
/* Tailwind (arbitrary) */
class="text-[#a660eb] bg-[#a660eb]"
/* SCSS */
$brand: #a660eb;
/* SwiftUI */
Color(red: 0.651, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#a660eb")Accessibility — WCAG contrast
Aa
#a660eb on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a660eb on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green37.6%
Blue92.2%
CMYK percentages
Cyan29.4%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#a660eb text on a black background
contrast 5.49:1
Card sample
#a660eb text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a660eb;
Background color
Panel with #a660eb background
background-color: #a660eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a660eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a660eb; background: linear-gradient(135deg, #a660eb, #EB60D3);