#a5259f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
165, 37, 159
HSL
303°, 63%, 40%
CMYK
0, 78, 4, 35
Luminance
0.1183
Every format
| HEX | #a5259f |
| RGB | rgb(165, 37, 159) |
| HSL | hsl(303, 63%, 40%) |
| CMYK | cmyk(0%, 78%, 4%, 35%) |
| LAB | lab(40.9 63.6 -37.4) |
| LCH | lch(40.9 73.8 329.6) |
| OKLCH | oklch(0.518 0.208 330.2) |
Copy-ready code
/* CSS */
color: #a5259f;
background-color: #a5259f;
/* Tailwind (arbitrary) */
class="text-[#a5259f] bg-[#a5259f]"
/* SCSS */
$brand: #a5259f;
/* SwiftUI */
Color(red: 0.647, green: 0.145, blue: 0.624)
/* Android */
Color.parseColor("#a5259f")Accessibility — WCAG contrast
Aa
#a5259f on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a5259f on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green14.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow3.6%
Key (black)35.3%
Color previews
#a5259f text on a black background
contrast 3.37:1
Card sample
#a5259f text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5259f;
Background color
Panel with #a5259f background
background-color: #a5259f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5259f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 37, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 37, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5259f; background: linear-gradient(135deg, #a5259f, #A5254A);