#a309c8
a dark, electric violet · warm · closest name: magenta
RGB
163, 9, 200
HSL
288°, 91%, 41%
CMYK
19, 96, 0, 22
Luminance
0.1215
Every format
| HEX | #a309c8 |
| RGB | rgb(163, 9, 200) |
| HSL | hsl(288, 91%, 41%) |
| CMYK | cmyk(19%, 96%, 0%, 22%) |
| LAB | lab(41.5 75.3 -60.8) |
| LCH | lch(41.5 96.8 321.1) |
| OKLCH | oklch(0.530 0.254 317.4) |
Copy-ready code
/* CSS */
color: #a309c8;
background-color: #a309c8;
/* Tailwind (arbitrary) */
class="text-[#a309c8] bg-[#a309c8]"
/* SCSS */
$brand: #a309c8;
/* SwiftUI */
Color(red: 0.639, green: 0.035, blue: 0.784)
/* Android */
Color.parseColor("#a309c8")Accessibility — WCAG contrast
Aa
#a309c8 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a309c8 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green3.5%
Blue78.4%
CMYK percentages
Cyan18.5%
Magenta95.5%
Yellow0.0%
Key (black)21.6%
Color previews
#a309c8 text on a black background
contrast 3.43:1
Card sample
#a309c8 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a309c8;
Background color
Panel with #a309c8 background
background-color: #a309c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a309c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 9, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 9, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a309c8; background: linear-gradient(135deg, #a309c8, #C8096E);