#ba486e
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
186, 72, 110
HSL
340°, 45%, 51%
CMYK
0, 61, 41, 27
Luminance
0.1620
Every format
| HEX | #ba486e |
| RGB | rgb(186, 72, 110) |
| HSL | hsl(340, 45%, 51%) |
| CMYK | cmyk(0%, 61%, 41%, 27%) |
| LAB | lab(47.2 49.4 2.3) |
| LCH | lch(47.2 49.5 2.7) |
| OKLCH | oklch(0.565 0.151 2.5) |
Copy-ready code
/* CSS */
color: #ba486e;
background-color: #ba486e;
/* Tailwind (arbitrary) */
class="text-[#ba486e] bg-[#ba486e]"
/* SCSS */
$brand: #ba486e;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.431)
/* Android */
Color.parseColor("#ba486e")Accessibility — WCAG contrast
Aa
#ba486e on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba486e on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow40.9%
Key (black)27.1%
Color previews
#ba486e text on a black background
contrast 4.24:1
Card sample
#ba486e text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba486e;
Background color
Panel with #ba486e background
background-color: #ba486e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba486e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba486e; background: linear-gradient(135deg, #ba486e, #BA6E48);