#ba5849
a balanced, vivid red · warm · closest name: sienna
RGB
186, 88, 73
HSL
8°, 45%, 51%
CMYK
0, 53, 61, 27
Luminance
0.1790
Every format
| HEX | #ba5849 |
| RGB | rgb(186, 88, 73) |
| HSL | hsl(8, 45%, 51%) |
| CMYK | cmyk(0%, 53%, 61%, 27%) |
| LAB | lab(49.4 38.3 27.4) |
| LCH | lch(49.4 47.1 35.6) |
| OKLCH | oklch(0.578 0.130 30.4) |
Copy-ready code
/* CSS */
color: #ba5849;
background-color: #ba5849;
/* Tailwind (arbitrary) */
class="text-[#ba5849] bg-[#ba5849]"
/* SCSS */
$brand: #ba5849;
/* SwiftUI */
Color(red: 0.729, green: 0.345, blue: 0.286)
/* Android */
Color.parseColor("#ba5849")Accessibility — WCAG contrast
Aa
#ba5849 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5849 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow60.8%
Key (black)27.1%
Color previews
#ba5849 text on a black background
contrast 4.58:1
Card sample
#ba5849 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5849;
Background color
Panel with #ba5849 background
background-color: #ba5849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 88, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 88, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5849; background: linear-gradient(135deg, #ba5849, #BAA349);