#a668f2
a light, electric violet · warm · closest name: slateblue
RGB
166, 104, 242
HSL
267°, 84%, 68%
CMYK
31, 57, 0, 5
Luminance
0.2442
Every format
| HEX | #a668f2 |
| RGB | rgb(166, 104, 242) |
| HSL | hsl(267, 84%, 68%) |
| CMYK | cmyk(31%, 57%, 0%, 5%) |
| LAB | lab(56.5 51.6 -60.4) |
| LCH | lch(56.5 79.4 310.5) |
| OKLCH | oklch(0.647 0.201 301.8) |
Copy-ready code
/* CSS */
color: #a668f2;
background-color: #a668f2;
/* Tailwind (arbitrary) */
class="text-[#a668f2] bg-[#a668f2]"
/* SCSS */
$brand: #a668f2;
/* SwiftUI */
Color(red: 0.651, green: 0.408, blue: 0.949)
/* Android */
Color.parseColor("#a668f2")Accessibility — WCAG contrast
Aa
#a668f2 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a668f2 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green40.8%
Blue94.9%
CMYK percentages
Cyan31.4%
Magenta57.0%
Yellow0.0%
Key (black)5.1%
Color previews
#a668f2 text on a black background
contrast 5.88:1
Card sample
#a668f2 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a668f2;
Background color
Panel with #a668f2 background
background-color: #a668f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a668f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 104, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 104, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a668f2; background: linear-gradient(135deg, #a668f2, #F268E2);