#a80997
a dark, electric magenta / pink · warm · closest name: purple
RGB
168, 9, 151
HSL
306°, 90%, 35%
CMYK
0, 95, 10, 34
Luminance
0.1075
Every format
| HEX | #a80997 |
| RGB | rgb(168, 9, 151) |
| HSL | hsl(306, 90%, 35%) |
| CMYK | cmyk(0%, 95%, 10%, 34%) |
| LAB | lab(39.2 68.4 -35.3) |
| LCH | lch(39.2 77.0 332.7) |
| OKLCH | oklch(0.505 0.222 334.0) |
Copy-ready code
/* CSS */
color: #a80997;
background-color: #a80997;
/* Tailwind (arbitrary) */
class="text-[#a80997] bg-[#a80997]"
/* SCSS */
$brand: #a80997;
/* SwiftUI */
Color(red: 0.659, green: 0.035, blue: 0.592)
/* Android */
Color.parseColor("#a80997")Accessibility — WCAG contrast
Aa
#a80997 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a80997 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green3.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow10.1%
Key (black)34.1%
Color previews
#a80997 text on a black background
contrast 3.15:1
Card sample
#a80997 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a80997;
Background color
Panel with #a80997 background
background-color: #a80997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a80997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 9, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 9, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a80997; background: linear-gradient(135deg, #a80997, #A8092D);