#ba495f
a balanced, vivid red · warm · closest name: salmon
RGB
186, 73, 95
HSL
348°, 45%, 51%
CMYK
0, 61, 49, 27
Luminance
0.1603
Every format
| HEX | #ba495f |
| RGB | rgb(186, 73, 95) |
| HSL | hsl(348, 45%, 51%) |
| CMYK | cmyk(0%, 61%, 49%, 27%) |
| LAB | lab(47.0 47.4 11.1) |
| LCH | lch(47.0 48.7 13.2) |
| OKLCH | oklch(0.562 0.146 11.3) |
Copy-ready code
/* CSS */
color: #ba495f;
background-color: #ba495f;
/* Tailwind (arbitrary) */
class="text-[#ba495f] bg-[#ba495f]"
/* SCSS */
$brand: #ba495f;
/* SwiftUI */
Color(red: 0.729, green: 0.286, blue: 0.373)
/* Android */
Color.parseColor("#ba495f")Accessibility — WCAG contrast
Aa
#ba495f on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba495f on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow48.9%
Key (black)27.1%
Color previews
#ba495f text on a black background
contrast 4.21:1
Card sample
#ba495f text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba495f;
Background color
Panel with #ba495f background
background-color: #ba495f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba495f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 73, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 73, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba495f; background: linear-gradient(135deg, #ba495f, #BA7E49);