#a84365
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
168, 67, 101
HSL
340°, 43%, 46%
CMYK
0, 60, 40, 34
Luminance
0.1328
Every format
| HEX | #a84365 |
| RGB | rgb(168, 67, 101) |
| HSL | hsl(340, 43%, 46%) |
| CMYK | cmyk(0%, 60%, 40%, 34%) |
| LAB | lab(43.2 44.8 1.6) |
| LCH | lch(43.2 44.8 2.0) |
| OKLCH | oklch(0.528 0.137 2.0) |
Copy-ready code
/* CSS */
color: #a84365;
background-color: #a84365;
/* Tailwind (arbitrary) */
class="text-[#a84365] bg-[#a84365]"
/* SCSS */
$brand: #a84365;
/* SwiftUI */
Color(red: 0.659, green: 0.263, blue: 0.396)
/* Android */
Color.parseColor("#a84365")Accessibility — WCAG contrast
Aa
#a84365 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a84365 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green26.3%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow39.9%
Key (black)34.1%
Color previews
#a84365 text on a black background
contrast 3.66:1
Card sample
#a84365 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84365;
Background color
Panel with #a84365 background
background-color: #a84365;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84365;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 67, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 67, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84365; background: linear-gradient(135deg, #a84365, #A86443);