#a03cc3
a balanced, vivid violet · warm · closest name: purple
RGB
160, 60, 195
HSL
284°, 53%, 50%
CMYK
18, 69, 0, 24
Luminance
0.1465
Every format
| HEX | #a03cc3 |
| RGB | rgb(160, 60, 195) |
| HSL | hsl(284, 53%, 50%) |
| CMYK | cmyk(18%, 69%, 0%, 24%) |
| LAB | lab(45.1 60.9 -52.0) |
| LCH | lch(45.1 80.0 319.5) |
| OKLCH | oklch(0.554 0.210 315.9) |
Copy-ready code
/* CSS */
color: #a03cc3;
background-color: #a03cc3;
/* Tailwind (arbitrary) */
class="text-[#a03cc3] bg-[#a03cc3]"
/* SCSS */
$brand: #a03cc3;
/* SwiftUI */
Color(red: 0.627, green: 0.235, blue: 0.765)
/* Android */
Color.parseColor("#a03cc3")Accessibility — WCAG contrast
Aa
#a03cc3 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a03cc3 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green23.5%
Blue76.5%
CMYK percentages
Cyan17.9%
Magenta69.2%
Yellow0.0%
Key (black)23.5%
Color previews
#a03cc3 text on a black background
contrast 3.93:1
Card sample
#a03cc3 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a03cc3;
Background color
Panel with #a03cc3 background
background-color: #a03cc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a03cc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 60, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 60, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a03cc3; background: linear-gradient(135deg, #a03cc3, #C33C8C);