#a12fda
a balanced, vivid violet · warm · closest name: magenta
RGB
161, 47, 218
HSL
280°, 70%, 52%
CMYK
26, 78, 0, 15
Luminance
0.1467
Every format
| HEX | #a12fda |
| RGB | rgb(161, 47, 218) |
| HSL | hsl(280, 70%, 52%) |
| CMYK | cmyk(26%, 78%, 0%, 15%) |
| LAB | lab(45.2 70.4 -65.2) |
| LCH | lch(45.2 96.0 317.2) |
| OKLCH | oklch(0.559 0.245 311.0) |
Copy-ready code
/* CSS */
color: #a12fda;
background-color: #a12fda;
/* Tailwind (arbitrary) */
class="text-[#a12fda] bg-[#a12fda]"
/* SCSS */
$brand: #a12fda;
/* SwiftUI */
Color(red: 0.631, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#a12fda")Accessibility — WCAG contrast
Aa
#a12fda on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a12fda on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green18.4%
Blue85.5%
CMYK percentages
Cyan26.1%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#a12fda text on a black background
contrast 3.93:1
Card sample
#a12fda text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a12fda;
Background color
Panel with #a12fda background
background-color: #a12fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a12fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a12fda; background: linear-gradient(135deg, #a12fda, #DA2FA1);