#a03cce
a balanced, vivid violet · warm · closest name: purple
RGB
160, 60, 206
HSL
281°, 60%, 52%
CMYK
22, 71, 0, 19
Luminance
0.1516
Every format
| HEX | #a03cce |
| RGB | rgb(160, 60, 206) |
| HSL | hsl(281, 60%, 52%) |
| CMYK | cmyk(22%, 71%, 0%, 19%) |
| LAB | lab(45.9 63.1 -57.2) |
| LCH | lch(45.9 85.2 317.8) |
| OKLCH | oklch(0.561 0.220 312.9) |
Copy-ready code
/* CSS */
color: #a03cce;
background-color: #a03cce;
/* Tailwind (arbitrary) */
class="text-[#a03cce] bg-[#a03cce]"
/* SCSS */
$brand: #a03cce;
/* SwiftUI */
Color(red: 0.627, green: 0.235, blue: 0.808)
/* Android */
Color.parseColor("#a03cce")Accessibility — WCAG contrast
Aa
#a03cce on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a03cce on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green23.5%
Blue80.8%
CMYK percentages
Cyan22.3%
Magenta70.9%
Yellow0.0%
Key (black)19.2%
Color previews
#a03cce text on a black background
contrast 4.03:1
Card sample
#a03cce text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a03cce;
Background color
Panel with #a03cce background
background-color: #a03cce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a03cce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 60, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 60, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a03cce; background: linear-gradient(135deg, #a03cce, #CE3C9B);