#a673f2
a light, electric violet · warm · closest name: slateblue
RGB
166, 115, 242
HSL
264°, 83%, 70%
CMYK
31, 53, 0, 5
Luminance
0.2678
Every format
| HEX | #a673f2 |
| RGB | rgb(166, 115, 242) |
| HSL | hsl(264, 83%, 70%) |
| CMYK | cmyk(31%, 53%, 0%, 5%) |
| LAB | lab(58.8 45.7 -56.8) |
| LCH | lch(58.8 72.9 308.8) |
| OKLCH | oklch(0.664 0.185 299.9) |
Copy-ready code
/* CSS */
color: #a673f2;
background-color: #a673f2;
/* Tailwind (arbitrary) */
class="text-[#a673f2] bg-[#a673f2]"
/* SCSS */
$brand: #a673f2;
/* SwiftUI */
Color(red: 0.651, green: 0.451, blue: 0.949)
/* Android */
Color.parseColor("#a673f2")Accessibility — WCAG contrast
Aa
#a673f2 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a673f2 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green45.1%
Blue94.9%
CMYK percentages
Cyan31.4%
Magenta52.5%
Yellow0.0%
Key (black)5.1%
Color previews
#a673f2 text on a black background
contrast 6.36:1
Card sample
#a673f2 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a673f2;
Background color
Panel with #a673f2 background
background-color: #a673f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a673f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 115, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 115, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a673f2; background: linear-gradient(135deg, #a673f2, #F273E9);