#a309c4
a dark, electric violet · warm · closest name: purple
RGB
163, 9, 196
HSL
289°, 91%, 40%
CMYK
17, 95, 0, 23
Luminance
0.1197
Every format
| HEX | #a309c4 |
| RGB | rgb(163, 9, 196) |
| HSL | hsl(289, 91%, 40%) |
| CMYK | cmyk(17%, 95%, 0%, 23%) |
| LAB | lab(41.2 74.7 -59.0) |
| LCH | lch(41.2 95.1 321.7) |
| OKLCH | oklch(0.527 0.251 318.5) |
Copy-ready code
/* CSS */
color: #a309c4;
background-color: #a309c4;
/* Tailwind (arbitrary) */
class="text-[#a309c4] bg-[#a309c4]"
/* SCSS */
$brand: #a309c4;
/* SwiftUI */
Color(red: 0.639, green: 0.035, blue: 0.769)
/* Android */
Color.parseColor("#a309c4")Accessibility — WCAG contrast
Aa
#a309c4 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a309c4 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green3.5%
Blue76.9%
CMYK percentages
Cyan16.8%
Magenta95.4%
Yellow0.0%
Key (black)23.1%
Color previews
#a309c4 text on a black background
contrast 3.39:1
Card sample
#a309c4 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a309c4;
Background color
Panel with #a309c4 background
background-color: #a309c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a309c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 9, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 9, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a309c4; background: linear-gradient(135deg, #a309c4, #C40968);