#a04cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 76, 211
HSL
277°, 61%, 56%
CMYK
24, 64, 0, 17
Luminance
0.1735
Every format
| HEX | #a04cd3 |
| RGB | rgb(160, 76, 211) |
| HSL | hsl(277, 61%, 56%) |
| CMYK | cmyk(24%, 64%, 0%, 17%) |
| LAB | lab(48.7 57.1 -55.5) |
| LCH | lch(48.7 79.7 315.8) |
| OKLCH | oklch(0.583 0.205 310.2) |
Copy-ready code
/* CSS */
color: #a04cd3;
background-color: #a04cd3;
/* Tailwind (arbitrary) */
class="text-[#a04cd3] bg-[#a04cd3]"
/* SCSS */
$brand: #a04cd3;
/* SwiftUI */
Color(red: 0.627, green: 0.298, blue: 0.827)
/* Android */
Color.parseColor("#a04cd3")Accessibility — WCAG contrast
Aa
#a04cd3 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a04cd3 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green29.8%
Blue82.7%
CMYK percentages
Cyan24.2%
Magenta64.0%
Yellow0.0%
Key (black)17.3%
Color previews
#a04cd3 text on a black background
contrast 4.47:1
Card sample
#a04cd3 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04cd3;
Background color
Panel with #a04cd3 background
background-color: #a04cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 76, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 76, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04cd3; background: linear-gradient(135deg, #a04cd3, #D34CAC);