#a02c76
a dark, vivid magenta / pink · warm · closest name: purple
RGB
160, 44, 118
HSL
322°, 57%, 40%
CMYK
0, 73, 26, 37
Luminance
0.1058
Every format
| HEX | #a02c76 |
| RGB | rgb(160, 44, 118) |
| HSL | hsl(322, 57%, 40%) |
| CMYK | cmyk(0%, 73%, 26%, 37%) |
| LAB | lab(38.9 54.1 -15.6) |
| LCH | lch(38.9 56.3 344.0) |
| OKLCH | oklch(0.495 0.169 345.9) |
Copy-ready code
/* CSS */
color: #a02c76;
background-color: #a02c76;
/* Tailwind (arbitrary) */
class="text-[#a02c76] bg-[#a02c76]"
/* SCSS */
$brand: #a02c76;
/* SwiftUI */
Color(red: 0.627, green: 0.173, blue: 0.463)
/* Android */
Color.parseColor("#a02c76")Accessibility — WCAG contrast
Aa
#a02c76 on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a02c76 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green17.3%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow26.2%
Key (black)37.3%
Color previews
#a02c76 text on a black background
contrast 3.12:1
Card sample
#a02c76 text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02c76;
Background color
Panel with #a02c76 background
background-color: #a02c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 44, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 44, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02c76; background: linear-gradient(135deg, #a02c76, #A02F2C);