#a03cc9
a balanced, vivid violet · warm · closest name: purple
RGB
160, 60, 201
HSL
283°, 57%, 51%
CMYK
20, 70, 0, 21
Luminance
0.1492
Every format
| HEX | #a03cc9 |
| RGB | rgb(160, 60, 201) |
| HSL | hsl(283, 57%, 51%) |
| CMYK | cmyk(20%, 70%, 0%, 21%) |
| LAB | lab(45.5 62.1 -54.8) |
| LCH | lch(45.5 82.8 318.5) |
| OKLCH | oklch(0.558 0.216 314.2) |
Copy-ready code
/* CSS */
color: #a03cc9;
background-color: #a03cc9;
/* Tailwind (arbitrary) */
class="text-[#a03cc9] bg-[#a03cc9]"
/* SCSS */
$brand: #a03cc9;
/* SwiftUI */
Color(red: 0.627, green: 0.235, blue: 0.788)
/* Android */
Color.parseColor("#a03cc9")Accessibility — WCAG contrast
Aa
#a03cc9 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a03cc9 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green23.5%
Blue78.8%
CMYK percentages
Cyan20.4%
Magenta70.1%
Yellow0.0%
Key (black)21.2%
Color previews
#a03cc9 text on a black background
contrast 3.98:1
Card sample
#a03cc9 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a03cc9;
Background color
Panel with #a03cc9 background
background-color: #a03cc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a03cc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 60, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 60, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a03cc9; background: linear-gradient(135deg, #a03cc9, #C93C94);