#a01ba0
a dark, vivid magenta / pink · warm · closest name: purple
RGB
160, 27, 160
HSL
300°, 71%, 37%
CMYK
0, 83, 0, 37
Luminance
0.1080
Every format
| HEX | #a01ba0 |
| RGB | rgb(160, 27, 160) |
| HSL | hsl(300, 71%, 37%) |
| CMYK | cmyk(0%, 83%, 0%, 37%) |
| LAB | lab(39.2 65.3 -40.7) |
| LCH | lch(39.2 77.0 328.0) |
| OKLCH | oklch(0.505 0.215 328.2) |
Copy-ready code
/* CSS */
color: #a01ba0;
background-color: #a01ba0;
/* Tailwind (arbitrary) */
class="text-[#a01ba0] bg-[#a01ba0]"
/* SCSS */
$brand: #a01ba0;
/* SwiftUI */
Color(red: 0.627, green: 0.106, blue: 0.627)
/* Android */
Color.parseColor("#a01ba0")Accessibility — WCAG contrast
Aa
#a01ba0 on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a01ba0 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green10.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow0.0%
Key (black)37.3%
Color previews
#a01ba0 text on a black background
contrast 3.16:1
Card sample
#a01ba0 text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a01ba0;
Background color
Panel with #a01ba0 background
background-color: #a01ba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a01ba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 27, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 27, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a01ba0; background: linear-gradient(135deg, #a01ba0, #A01B47);