#a115d4
a balanced, electric violet · warm · closest name: magenta
RGB
161, 21, 212
HSL
284°, 82%, 46%
CMYK
24, 90, 0, 17
Luminance
0.1287
Every format
| HEX | #a115d4 |
| RGB | rgb(161, 21, 212) |
| HSL | hsl(284, 82%, 46%) |
| CMYK | cmyk(24%, 90%, 0%, 17%) |
| LAB | lab(42.6 75.6 -66.0) |
| LCH | lch(42.6 100.4 318.9) |
| OKLCH | oklch(0.540 0.258 313.5) |
Copy-ready code
/* CSS */
color: #a115d4;
background-color: #a115d4;
/* Tailwind (arbitrary) */
class="text-[#a115d4] bg-[#a115d4]"
/* SCSS */
$brand: #a115d4;
/* SwiftUI */
Color(red: 0.631, green: 0.082, blue: 0.831)
/* Android */
Color.parseColor("#a115d4")Accessibility — WCAG contrast
Aa
#a115d4 on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a115d4 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green8.2%
Blue83.1%
CMYK percentages
Cyan24.1%
Magenta90.1%
Yellow0.0%
Key (black)16.9%
Color previews
#a115d4 text on a black background
contrast 3.57:1
Card sample
#a115d4 text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a115d4;
Background color
Panel with #a115d4 background
background-color: #a115d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a115d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 21, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 21, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a115d4; background: linear-gradient(135deg, #a115d4, #D41588);