#a784eb
a light, vivid violet · warm · closest name: slateblue
RGB
167, 132, 235
HSL
260°, 72%, 72%
CMYK
29, 44, 0, 8
Luminance
0.3072
Every format
| HEX | #a784eb |
| RGB | rgb(167, 132, 235) |
| HSL | hsl(260, 72%, 72%) |
| CMYK | cmyk(29%, 44%, 0%, 8%) |
| LAB | lab(62.3 34.8 -47.4) |
| LCH | lch(62.3 58.7 306.3) |
| OKLCH | oklch(0.689 0.150 298.0) |
Copy-ready code
/* CSS */
color: #a784eb;
background-color: #a784eb;
/* Tailwind (arbitrary) */
class="text-[#a784eb] bg-[#a784eb]"
/* SCSS */
$brand: #a784eb;
/* SwiftUI */
Color(red: 0.655, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#a784eb")Accessibility — WCAG contrast
Aa
#a784eb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a784eb on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green51.8%
Blue92.2%
CMYK percentages
Cyan28.9%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#a784eb text on a black background
contrast 7.14:1
Card sample
#a784eb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a784eb;
Background color
Panel with #a784eb background
background-color: #a784eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a784eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a784eb; background: linear-gradient(135deg, #a784eb, #EB84EA);