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