#a360d8
a balanced, vivid violet · warm · closest name: slateblue
RGB
163, 96, 216
HSL
274°, 61%, 61%
CMYK
25, 56, 0, 15
Luminance
0.2111
Every format
| HEX | #a360d8 |
| RGB | rgb(163, 96, 216) |
| HSL | hsl(274, 61%, 61%) |
| CMYK | cmyk(25%, 56%, 0%, 15%) |
| LAB | lab(53.1 49.0 -51.3) |
| LCH | lch(53.1 70.9 313.6) |
| OKLCH | oklch(0.616 0.182 307.7) |
Copy-ready code
/* CSS */
color: #a360d8;
background-color: #a360d8;
/* Tailwind (arbitrary) */
class="text-[#a360d8] bg-[#a360d8]"
/* SCSS */
$brand: #a360d8;
/* SwiftUI */
Color(red: 0.639, green: 0.376, blue: 0.847)
/* Android */
Color.parseColor("#a360d8")Accessibility — WCAG contrast
Aa
#a360d8 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a360d8 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green37.6%
Blue84.7%
CMYK percentages
Cyan24.5%
Magenta55.6%
Yellow0.0%
Key (black)15.3%
Color previews
#a360d8 text on a black background
contrast 5.22:1
Card sample
#a360d8 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a360d8;
Background color
Panel with #a360d8 background
background-color: #a360d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a360d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 96, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 96, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a360d8; background: linear-gradient(135deg, #a360d8, #D860BD);