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