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