#a02d7b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
160, 45, 123
HSL
319°, 56%, 40%
CMYK
0, 72, 23, 37
Luminance
0.1078
Every format
| HEX | #a02d7b |
| RGB | rgb(160, 45, 123) |
| HSL | hsl(319, 56%, 40%) |
| CMYK | cmyk(0%, 72%, 23%, 37%) |
| LAB | lab(39.2 54.4 -18.1) |
| LCH | lch(39.2 57.4 341.6) |
| OKLCH | oklch(0.499 0.171 343.5) |
Copy-ready code
/* CSS */
color: #a02d7b;
background-color: #a02d7b;
/* Tailwind (arbitrary) */
class="text-[#a02d7b] bg-[#a02d7b]"
/* SCSS */
$brand: #a02d7b;
/* SwiftUI */
Color(red: 0.627, green: 0.176, blue: 0.482)
/* Android */
Color.parseColor("#a02d7b")Accessibility — WCAG contrast
Aa
#a02d7b on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a02d7b on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green17.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow23.1%
Key (black)37.3%
Color previews
#a02d7b text on a black background
contrast 3.16:1
Card sample
#a02d7b text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02d7b;
Background color
Panel with #a02d7b background
background-color: #a02d7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02d7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 45, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 45, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02d7b; background: linear-gradient(135deg, #a02d7b, #A02D2E);