#a867f4
a light, electric violet · warm · closest name: slateblue
RGB
168, 103, 244
HSL
268°, 87%, 68%
CMYK
31, 58, 0, 4
Luminance
0.2456
Every format
| HEX | #a867f4 |
| RGB | rgb(168, 103, 244) |
| HSL | hsl(268, 87%, 68%) |
| CMYK | cmyk(31%, 58%, 0%, 4%) |
| LAB | lab(56.6 53.0 -61.3) |
| LCH | lch(56.6 81.1 310.9) |
| OKLCH | oklch(0.649 0.205 302.3) |
Copy-ready code
/* CSS */
color: #a867f4;
background-color: #a867f4;
/* Tailwind (arbitrary) */
class="text-[#a867f4] bg-[#a867f4]"
/* SCSS */
$brand: #a867f4;
/* SwiftUI */
Color(red: 0.659, green: 0.404, blue: 0.957)
/* Android */
Color.parseColor("#a867f4")Accessibility — WCAG contrast
Aa
#a867f4 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a867f4 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green40.4%
Blue95.7%
CMYK percentages
Cyan31.1%
Magenta57.8%
Yellow0.0%
Key (black)4.3%
Color previews
#a867f4 text on a black background
contrast 5.91:1
Card sample
#a867f4 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a867f4;
Background color
Panel with #a867f4 background
background-color: #a867f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a867f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 103, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 103, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a867f4; background: linear-gradient(135deg, #a867f4, #F467E2);