#ba596f
a balanced, soft red · warm · closest name: salmon
RGB
186, 89, 111
HSL
346°, 41%, 54%
CMYK
0, 52, 40, 27
Luminance
0.1873
Every format
| HEX | #ba596f |
| RGB | rgb(186, 89, 111) |
| HSL | hsl(346, 41%, 54%) |
| CMYK | cmyk(0%, 52%, 40%, 27%) |
| LAB | lab(50.4 41.3 6.2) |
| LCH | lch(50.4 41.8 8.6) |
| OKLCH | oklch(0.588 0.127 7.5) |
Copy-ready code
/* CSS */
color: #ba596f;
background-color: #ba596f;
/* Tailwind (arbitrary) */
class="text-[#ba596f] bg-[#ba596f]"
/* SCSS */
$brand: #ba596f;
/* SwiftUI */
Color(red: 0.729, green: 0.349, blue: 0.435)
/* Android */
Color.parseColor("#ba596f")Accessibility — WCAG contrast
Aa
#ba596f on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba596f on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow40.3%
Key (black)27.1%
Color previews
#ba596f text on a black background
contrast 4.75:1
Card sample
#ba596f text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba596f;
Background color
Panel with #ba596f background
background-color: #ba596f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba596f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 89, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 89, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba596f; background: linear-gradient(135deg, #ba596f, #BA8459);