#a04cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 76, 223
HSL
274°, 70%, 59%
CMYK
28, 66, 0, 13
Luminance
0.1797
Every format
| HEX | #a04cdf |
| RGB | rgb(160, 76, 223) |
| HSL | hsl(274, 70%, 59%) |
| CMYK | cmyk(28%, 66%, 0%, 13%) |
| LAB | lab(49.5 59.8 -61.1) |
| LCH | lch(49.5 85.5 314.4) |
| OKLCH | oklch(0.591 0.217 307.2) |
Copy-ready code
/* CSS */
color: #a04cdf;
background-color: #a04cdf;
/* Tailwind (arbitrary) */
class="text-[#a04cdf] bg-[#a04cdf]"
/* SCSS */
$brand: #a04cdf;
/* SwiftUI */
Color(red: 0.627, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#a04cdf")Accessibility — WCAG contrast
Aa
#a04cdf on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a04cdf on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green29.8%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a04cdf text on a black background
contrast 4.59:1
Card sample
#a04cdf text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04cdf;
Background color
Panel with #a04cdf background
background-color: #a04cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04cdf; background: linear-gradient(135deg, #a04cdf, #DF4CBC);