#a52eb6
a dark, vivid magenta / pink · warm · closest name: purple
RGB
165, 46, 182
HSL
293°, 60%, 45%
CMYK
9, 75, 0, 29
Luminance
0.1333
Every format
| HEX | #a52eb6 |
| RGB | rgb(165, 46, 182) |
| HSL | hsl(293, 60%, 45%) |
| CMYK | cmyk(9%, 75%, 0%, 29%) |
| LAB | lab(43.3 64.7 -47.4) |
| LCH | lch(43.3 80.2 323.8) |
| OKLCH | oklch(0.539 0.217 322.3) |
Copy-ready code
/* CSS */
color: #a52eb6;
background-color: #a52eb6;
/* Tailwind (arbitrary) */
class="text-[#a52eb6] bg-[#a52eb6]"
/* SCSS */
$brand: #a52eb6;
/* SwiftUI */
Color(red: 0.647, green: 0.180, blue: 0.714)
/* Android */
Color.parseColor("#a52eb6")Accessibility — WCAG contrast
Aa
#a52eb6 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a52eb6 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green18.0%
Blue71.4%
CMYK percentages
Cyan9.3%
Magenta74.7%
Yellow0.0%
Key (black)28.6%
Color previews
#a52eb6 text on a black background
contrast 3.67:1
Card sample
#a52eb6 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a52eb6;
Background color
Panel with #a52eb6 background
background-color: #a52eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a52eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 46, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 46, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a52eb6; background: linear-gradient(135deg, #a52eb6, #B62E6C);