#a12eb8
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
161, 46, 184
HSL
290°, 60%, 45%
CMYK
13, 75, 0, 28
Luminance
0.1299
Every format
| HEX | #a12eb8 |
| RGB | rgb(161, 46, 184) |
| HSL | hsl(290, 60%, 45%) |
| CMYK | cmyk(13%, 75%, 0%, 28%) |
| LAB | lab(42.8 64.2 -49.4) |
| LCH | lch(42.8 81.0 322.4) |
| OKLCH | oklch(0.535 0.217 320.3) |
Copy-ready code
/* CSS */
color: #a12eb8;
background-color: #a12eb8;
/* Tailwind (arbitrary) */
class="text-[#a12eb8] bg-[#a12eb8]"
/* SCSS */
$brand: #a12eb8;
/* SwiftUI */
Color(red: 0.631, green: 0.180, blue: 0.722)
/* Android */
Color.parseColor("#a12eb8")Accessibility — WCAG contrast
Aa
#a12eb8 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a12eb8 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green18.0%
Blue72.2%
CMYK percentages
Cyan12.5%
Magenta75.0%
Yellow0.0%
Key (black)27.8%
Color previews
#a12eb8 text on a black background
contrast 3.60:1
Card sample
#a12eb8 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a12eb8;
Background color
Panel with #a12eb8 background
background-color: #a12eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a12eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 46, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 46, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a12eb8; background: linear-gradient(135deg, #a12eb8, #B82E73);