#a05cd6
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 92, 214
HSL
273°, 60%, 60%
CMYK
25, 57, 0, 16
Luminance
0.1998
Every format
| HEX | #a05cd6 |
| RGB | rgb(160, 92, 214) |
| HSL | hsl(273, 60%, 60%) |
| CMYK | cmyk(25%, 57%, 0%, 16%) |
| LAB | lab(51.8 49.8 -52.2) |
| LCH | lch(51.8 72.2 313.7) |
| OKLCH | oklch(0.606 0.185 307.5) |
Copy-ready code
/* CSS */
color: #a05cd6;
background-color: #a05cd6;
/* Tailwind (arbitrary) */
class="text-[#a05cd6] bg-[#a05cd6]"
/* SCSS */
$brand: #a05cd6;
/* SwiftUI */
Color(red: 0.627, green: 0.361, blue: 0.839)
/* Android */
Color.parseColor("#a05cd6")Accessibility — WCAG contrast
Aa
#a05cd6 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05cd6 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green36.1%
Blue83.9%
CMYK percentages
Cyan25.2%
Magenta57.0%
Yellow0.0%
Key (black)16.1%
Color previews
#a05cd6 text on a black background
contrast 5.00:1
Card sample
#a05cd6 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05cd6;
Background color
Panel with #a05cd6 background
background-color: #a05cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 92, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 92, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05cd6; background: linear-gradient(135deg, #a05cd6, #D65CBB);