#ba5839
a balanced, vivid red · warm · closest name: sienna
RGB
186, 88, 57
HSL
14°, 53%, 48%
CMYK
0, 53, 69, 27
Luminance
0.1771
Every format
| HEX | #ba5839 |
| RGB | rgb(186, 88, 57) |
| HSL | hsl(14, 53%, 48%) |
| CMYK | cmyk(0%, 53%, 69%, 27%) |
| LAB | lab(49.1 37.3 36.2) |
| LCH | lch(49.1 52.0 44.2) |
| OKLCH | oklch(0.576 0.135 38.1) |
Copy-ready code
/* CSS */
color: #ba5839;
background-color: #ba5839;
/* Tailwind (arbitrary) */
class="text-[#ba5839] bg-[#ba5839]"
/* SCSS */
$brand: #ba5839;
/* SwiftUI */
Color(red: 0.729, green: 0.345, blue: 0.224)
/* Android */
Color.parseColor("#ba5839")Accessibility — WCAG contrast
Aa
#ba5839 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5839 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow69.4%
Key (black)27.1%
Color previews
#ba5839 text on a black background
contrast 4.54:1
Card sample
#ba5839 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5839;
Background color
Panel with #ba5839 background
background-color: #ba5839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 88, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 88, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5839; background: linear-gradient(135deg, #ba5839, #BAAE39);