#a0476b
a balanced, soft magenta / pink · warm · closest name: plum
RGB
160, 71, 107
HSL
336°, 39%, 45%
CMYK
0, 56, 33, 37
Luminance
0.1304
Every format
| HEX | #a0476b |
| RGB | rgb(160, 71, 107) |
| HSL | hsl(336, 39%, 45%) |
| CMYK | cmyk(0%, 56%, 33%, 37%) |
| LAB | lab(42.8 40.9 -2.8) |
| LCH | lch(42.8 40.9 356.1) |
| OKLCH | oklch(0.523 0.124 356.9) |
Copy-ready code
/* CSS */
color: #a0476b;
background-color: #a0476b;
/* Tailwind (arbitrary) */
class="text-[#a0476b] bg-[#a0476b]"
/* SCSS */
$brand: #a0476b;
/* SwiftUI */
Color(red: 0.627, green: 0.278, blue: 0.420)
/* Android */
Color.parseColor("#a0476b")Accessibility — WCAG contrast
Aa
#a0476b on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a0476b on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green27.8%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow33.1%
Key (black)37.3%
Color previews
#a0476b text on a black background
contrast 3.61:1
Card sample
#a0476b text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0476b;
Background color
Panel with #a0476b background
background-color: #a0476b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0476b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 71, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 71, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0476b; background: linear-gradient(135deg, #a0476b, #A05E47);