#a02c83
a dark, vivid magenta / pink · warm · closest name: purple
RGB
160, 44, 131
HSL
315°, 57%, 40%
CMYK
0, 73, 18, 37
Luminance
0.1091
Every format
| HEX | #a02c83 |
| RGB | rgb(160, 44, 131) |
| HSL | hsl(315, 57%, 40%) |
| CMYK | cmyk(0%, 73%, 18%, 37%) |
| LAB | lab(39.4 55.9 -22.7) |
| LCH | lch(39.4 60.4 337.9) |
| OKLCH | oklch(0.501 0.177 339.7) |
Copy-ready code
/* CSS */
color: #a02c83;
background-color: #a02c83;
/* Tailwind (arbitrary) */
class="text-[#a02c83] bg-[#a02c83]"
/* SCSS */
$brand: #a02c83;
/* SwiftUI */
Color(red: 0.627, green: 0.173, blue: 0.514)
/* Android */
Color.parseColor("#a02c83")Accessibility — WCAG contrast
Aa
#a02c83 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a02c83 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green17.3%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow18.1%
Key (black)37.3%
Color previews
#a02c83 text on a black background
contrast 3.18:1
Card sample
#a02c83 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02c83;
Background color
Panel with #a02c83 background
background-color: #a02c83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02c83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 44, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 44, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02c83; background: linear-gradient(135deg, #a02c83, #A02C36);