#a37ade
a light, vivid violet · warm · closest name: slateblue
RGB
163, 122, 222
HSL
265°, 60%, 68%
CMYK
27, 45, 0, 13
Luminance
0.2698
Every format
| HEX | #a37ade |
| RGB | rgb(163, 122, 222) |
| HSL | hsl(265, 60%, 68%) |
| CMYK | cmyk(27%, 45%, 0%, 13%) |
| LAB | lab(59.0 36.1 -45.4) |
| LCH | lch(59.0 58.0 308.5) |
| OKLCH | oklch(0.661 0.149 301.4) |
Copy-ready code
/* CSS */
color: #a37ade;
background-color: #a37ade;
/* Tailwind (arbitrary) */
class="text-[#a37ade] bg-[#a37ade]"
/* SCSS */
$brand: #a37ade;
/* SwiftUI */
Color(red: 0.639, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#a37ade")Accessibility — WCAG contrast
Aa
#a37ade on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a37ade on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green47.8%
Blue87.1%
CMYK percentages
Cyan26.6%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#a37ade text on a black background
contrast 6.40:1
Card sample
#a37ade text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a37ade;
Background color
Panel with #a37ade background
background-color: #a37ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a37ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a37ade; background: linear-gradient(135deg, #a37ade, #DE7AD6);