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