#a5259c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
165, 37, 156
HSL
304°, 63%, 40%
CMYK
0, 78, 6, 35
Luminance
0.1172
Every format
| HEX | #a5259c |
| RGB | rgb(165, 37, 156) |
| HSL | hsl(304, 63%, 40%) |
| CMYK | cmyk(0%, 78%, 6%, 35%) |
| LAB | lab(40.8 63.1 -35.8) |
| LCH | lch(40.8 72.6 330.4) |
| OKLCH | oklch(0.517 0.205 331.3) |
Copy-ready code
/* CSS */
color: #a5259c;
background-color: #a5259c;
/* Tailwind (arbitrary) */
class="text-[#a5259c] bg-[#a5259c]"
/* SCSS */
$brand: #a5259c;
/* SwiftUI */
Color(red: 0.647, green: 0.145, blue: 0.612)
/* Android */
Color.parseColor("#a5259c")Accessibility — WCAG contrast
Aa
#a5259c on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a5259c on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green14.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow5.5%
Key (black)35.3%
Color previews
#a5259c text on a black background
contrast 3.34:1
Card sample
#a5259c text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5259c;
Background color
Panel with #a5259c background
background-color: #a5259c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5259c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 37, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 37, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5259c; background: linear-gradient(135deg, #a5259c, #A52547);