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