#ba545f
a balanced, soft red · warm · closest name: salmon
RGB
186, 84, 95
HSL
354°, 43%, 53%
CMYK
0, 55, 49, 27
Luminance
0.1761
Every format
| HEX | #ba545f |
| RGB | rgb(186, 84, 95) |
| HSL | hsl(354, 43%, 53%) |
| CMYK | cmyk(0%, 55%, 49%, 27%) |
| LAB | lab(49.0 42.2 13.9) |
| LCH | lch(49.0 44.4 18.3) |
| OKLCH | oklch(0.577 0.132 15.5) |
Copy-ready code
/* CSS */
color: #ba545f;
background-color: #ba545f;
/* Tailwind (arbitrary) */
class="text-[#ba545f] bg-[#ba545f]"
/* SCSS */
$brand: #ba545f;
/* SwiftUI */
Color(red: 0.729, green: 0.329, blue: 0.373)
/* Android */
Color.parseColor("#ba545f")Accessibility — WCAG contrast
Aa
#ba545f on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba545f on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow48.9%
Key (black)27.1%
Color previews
#ba545f text on a black background
contrast 4.52:1
Card sample
#ba545f text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba545f;
Background color
Panel with #ba545f background
background-color: #ba545f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba545f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 84, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 84, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba545f; background: linear-gradient(135deg, #ba545f, #BA8D54);