#a756dc
a balanced, vivid violet · warm · closest name: slateblue
RGB
167, 86, 220
HSL
276°, 66%, 60%
CMYK
24, 61, 0, 14
Luminance
0.2004
Every format
| HEX | #a756dc |
| RGB | rgb(167, 86, 220) |
| HSL | hsl(276, 66%, 60%) |
| CMYK | cmyk(24%, 61%, 0%, 14%) |
| LAB | lab(51.9 55.9 -55.5) |
| LCH | lch(51.9 78.7 315.2) |
| OKLCH | oklch(0.609 0.203 309.5) |
Copy-ready code
/* CSS */
color: #a756dc;
background-color: #a756dc;
/* Tailwind (arbitrary) */
class="text-[#a756dc] bg-[#a756dc]"
/* SCSS */
$brand: #a756dc;
/* SwiftUI */
Color(red: 0.655, green: 0.337, blue: 0.863)
/* Android */
Color.parseColor("#a756dc")Accessibility — WCAG contrast
Aa
#a756dc on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a756dc on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green33.7%
Blue86.3%
CMYK percentages
Cyan24.1%
Magenta60.9%
Yellow0.0%
Key (black)13.7%
Color previews
#a756dc text on a black background
contrast 5.01:1
Card sample
#a756dc text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a756dc;
Background color
Panel with #a756dc background
background-color: #a756dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a756dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 86, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 86, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a756dc; background: linear-gradient(135deg, #a756dc, #DC56B8);