#a67af4
a light, electric violet · warm · closest name: slateblue
RGB
166, 122, 244
HSL
262°, 85%, 72%
CMYK
32, 50, 0, 4
Luminance
0.2856
Every format
| HEX | #a67af4 |
| RGB | rgb(166, 122, 244) |
| HSL | hsl(262, 85%, 72%) |
| CMYK | cmyk(32%, 50%, 0%, 4%) |
| LAB | lab(60.4 42.3 -55.3) |
| LCH | lch(60.4 69.6 307.4) |
| OKLCH | oklch(0.676 0.177 298.2) |
Copy-ready code
/* CSS */
color: #a67af4;
background-color: #a67af4;
/* Tailwind (arbitrary) */
class="text-[#a67af4] bg-[#a67af4]"
/* SCSS */
$brand: #a67af4;
/* SwiftUI */
Color(red: 0.651, green: 0.478, blue: 0.957)
/* Android */
Color.parseColor("#a67af4")Accessibility — WCAG contrast
Aa
#a67af4 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a67af4 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green47.8%
Blue95.7%
CMYK percentages
Cyan32.0%
Magenta50.0%
Yellow0.0%
Key (black)4.3%
Color previews
#a67af4 text on a black background
contrast 6.71:1
Card sample
#a67af4 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a67af4;
Background color
Panel with #a67af4 background
background-color: #a67af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a67af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 122, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 122, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a67af4; background: linear-gradient(135deg, #a67af4, #F47AF1);