#a84ee4
a balanced, vivid violet · warm · closest name: slateblue
RGB
168, 78, 228
HSL
276°, 74%, 60%
CMYK
26, 66, 0, 11
Luminance
0.1938
Every format
| HEX | #a84ee4 |
| RGB | rgb(168, 78, 228) |
| HSL | hsl(276, 74%, 60%) |
| CMYK | cmyk(26%, 66%, 0%, 11%) |
| LAB | lab(51.1 61.6 -61.2) |
| LCH | lch(51.1 86.9 315.2) |
| OKLCH | oklch(0.606 0.222 308.8) |
Copy-ready code
/* CSS */
color: #a84ee4;
background-color: #a84ee4;
/* Tailwind (arbitrary) */
class="text-[#a84ee4] bg-[#a84ee4]"
/* SCSS */
$brand: #a84ee4;
/* SwiftUI */
Color(red: 0.659, green: 0.306, blue: 0.894)
/* Android */
Color.parseColor("#a84ee4")Accessibility — WCAG contrast
Aa
#a84ee4 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a84ee4 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green30.6%
Blue89.4%
CMYK percentages
Cyan26.3%
Magenta65.8%
Yellow0.0%
Key (black)10.6%
Color previews
#a84ee4 text on a black background
contrast 4.88:1
Card sample
#a84ee4 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84ee4;
Background color
Panel with #a84ee4 background
background-color: #a84ee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84ee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 78, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 78, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84ee4; background: linear-gradient(135deg, #a84ee4, #E44EBC);