#a56cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
165, 108, 211
HSL
273°, 54%, 63%
CMYK
22, 49, 0, 17
Luminance
0.2343
Every format
| HEX | #a56cd3 |
| RGB | rgb(165, 108, 211) |
| HSL | hsl(273, 54%, 63%) |
| CMYK | cmyk(22%, 49%, 0%, 17%) |
| LAB | lab(55.5 41.9 -44.6) |
| LCH | lch(55.5 61.2 313.2) |
| OKLCH | oklch(0.634 0.158 308.1) |
Copy-ready code
/* CSS */
color: #a56cd3;
background-color: #a56cd3;
/* Tailwind (arbitrary) */
class="text-[#a56cd3] bg-[#a56cd3]"
/* SCSS */
$brand: #a56cd3;
/* SwiftUI */
Color(red: 0.647, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#a56cd3")Accessibility — WCAG contrast
Aa
#a56cd3 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a56cd3 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green42.4%
Blue82.7%
CMYK percentages
Cyan21.8%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#a56cd3 text on a black background
contrast 5.69:1
Card sample
#a56cd3 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a56cd3;
Background color
Panel with #a56cd3 background
background-color: #a56cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a56cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a56cd3; background: linear-gradient(135deg, #a56cd3, #D36CBC);