#a84df4
a balanced, electric violet · warm · closest name: slateblue
RGB
168, 77, 244
HSL
273°, 88%, 63%
CMYK
31, 68, 0, 4
Luminance
0.2016
Every format
| HEX | #a84df4 |
| RGB | rgb(168, 77, 244) |
| HSL | hsl(273, 88%, 63%) |
| CMYK | cmyk(31%, 68%, 0%, 4%) |
| LAB | lab(52.0 65.6 -68.7) |
| LCH | lch(52.0 95.0 313.7) |
| OKLCH | oklch(0.615 0.239 305.3) |
Copy-ready code
/* CSS */
color: #a84df4;
background-color: #a84df4;
/* Tailwind (arbitrary) */
class="text-[#a84df4] bg-[#a84df4]"
/* SCSS */
$brand: #a84df4;
/* SwiftUI */
Color(red: 0.659, green: 0.302, blue: 0.957)
/* Android */
Color.parseColor("#a84df4")Accessibility — WCAG contrast
Aa
#a84df4 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a84df4 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green30.2%
Blue95.7%
CMYK percentages
Cyan31.1%
Magenta68.4%
Yellow0.0%
Key (black)4.3%
Color previews
#a84df4 text on a black background
contrast 5.03:1
Card sample
#a84df4 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84df4;
Background color
Panel with #a84df4 background
background-color: #a84df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 77, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 77, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84df4; background: linear-gradient(135deg, #a84df4, #F44DD1);