#a360d4
a balanced, vivid violet · warm · closest name: slateblue
RGB
163, 96, 212
HSL
275°, 57%, 60%
CMYK
23, 55, 0, 17
Luminance
0.2091
Every format
| HEX | #a360d4 |
| RGB | rgb(163, 96, 212) |
| HSL | hsl(275, 57%, 60%) |
| CMYK | cmyk(23%, 55%, 0%, 17%) |
| LAB | lab(52.9 48.0 -49.4) |
| LCH | lch(52.9 68.9 314.2) |
| OKLCH | oklch(0.614 0.178 308.7) |
Copy-ready code
/* CSS */
color: #a360d4;
background-color: #a360d4;
/* Tailwind (arbitrary) */
class="text-[#a360d4] bg-[#a360d4]"
/* SCSS */
$brand: #a360d4;
/* SwiftUI */
Color(red: 0.639, green: 0.376, blue: 0.831)
/* Android */
Color.parseColor("#a360d4")Accessibility — WCAG contrast
Aa
#a360d4 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a360d4 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green37.6%
Blue83.1%
CMYK percentages
Cyan23.1%
Magenta54.7%
Yellow0.0%
Key (black)16.9%
Color previews
#a360d4 text on a black background
contrast 5.18:1
Card sample
#a360d4 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a360d4;
Background color
Panel with #a360d4 background
background-color: #a360d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a360d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 96, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 96, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a360d4; background: linear-gradient(135deg, #a360d4, #D460B8);