#a110c3
a dark, electric violet · warm · closest name: purple
RGB
161, 16, 195
HSL
289°, 85%, 41%
CMYK
17, 92, 0, 24
Luminance
0.1189
Every format
| HEX | #a110c3 |
| RGB | rgb(161, 16, 195) |
| HSL | hsl(289, 85%, 41%) |
| CMYK | cmyk(17%, 92%, 0%, 24%) |
| LAB | lab(41.0 73.3 -58.6) |
| LCH | lch(41.0 93.9 321.4) |
| OKLCH | oklch(0.525 0.247 318.0) |
Copy-ready code
/* CSS */
color: #a110c3;
background-color: #a110c3;
/* Tailwind (arbitrary) */
class="text-[#a110c3] bg-[#a110c3]"
/* SCSS */
$brand: #a110c3;
/* SwiftUI */
Color(red: 0.631, green: 0.063, blue: 0.765)
/* Android */
Color.parseColor("#a110c3")Accessibility — WCAG contrast
Aa
#a110c3 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a110c3 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green6.3%
Blue76.5%
CMYK percentages
Cyan17.4%
Magenta91.8%
Yellow0.0%
Key (black)23.5%
Color previews
#a110c3 text on a black background
contrast 3.38:1
Card sample
#a110c3 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a110c3;
Background color
Panel with #a110c3 background
background-color: #a110c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a110c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 16, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 16, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a110c3; background: linear-gradient(135deg, #a110c3, #C3106E);