#a115d7
a balanced, electric violet · warm · closest name: magenta
RGB
161, 21, 215
HSL
283°, 82%, 46%
CMYK
25, 90, 0, 16
Luminance
0.1302
Every format
| HEX | #a115d7 |
| RGB | rgb(161, 21, 215) |
| HSL | hsl(283, 82%, 46%) |
| CMYK | cmyk(25%, 90%, 0%, 16%) |
| LAB | lab(42.8 76.2 -67.3) |
| LCH | lch(42.8 101.7 318.5) |
| OKLCH | oklch(0.542 0.260 312.7) |
Copy-ready code
/* CSS */
color: #a115d7;
background-color: #a115d7;
/* Tailwind (arbitrary) */
class="text-[#a115d7] bg-[#a115d7]"
/* SCSS */
$brand: #a115d7;
/* SwiftUI */
Color(red: 0.631, green: 0.082, blue: 0.843)
/* Android */
Color.parseColor("#a115d7")Accessibility — WCAG contrast
Aa
#a115d7 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a115d7 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green8.2%
Blue84.3%
CMYK percentages
Cyan25.1%
Magenta90.2%
Yellow0.0%
Key (black)15.7%
Color previews
#a115d7 text on a black background
contrast 3.60:1
Card sample
#a115d7 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a115d7;
Background color
Panel with #a115d7 background
background-color: #a115d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a115d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 21, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 21, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a115d7; background: linear-gradient(135deg, #a115d7, #D7158C);