#ba5b3f
a balanced, vivid red · warm · closest name: sienna
RGB
186, 91, 63
HSL
14°, 49%, 49%
CMYK
0, 51, 66, 27
Luminance
0.1828
Every format
| HEX | #ba5b3f |
| RGB | rgb(186, 91, 63) |
| HSL | hsl(14, 49%, 49%) |
| CMYK | cmyk(0%, 51%, 66%, 27%) |
| LAB | lab(49.8 36.1 33.7) |
| LCH | lch(49.8 49.4 43.0) |
| OKLCH | oklch(0.581 0.130 37.2) |
Copy-ready code
/* CSS */
color: #ba5b3f;
background-color: #ba5b3f;
/* Tailwind (arbitrary) */
class="text-[#ba5b3f] bg-[#ba5b3f]"
/* SCSS */
$brand: #ba5b3f;
/* SwiftUI */
Color(red: 0.729, green: 0.357, blue: 0.247)
/* Android */
Color.parseColor("#ba5b3f")Accessibility — WCAG contrast
Aa
#ba5b3f on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5b3f on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green35.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow66.1%
Key (black)27.1%
Color previews
#ba5b3f text on a black background
contrast 4.66:1
Card sample
#ba5b3f text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5b3f;
Background color
Panel with #ba5b3f background
background-color: #ba5b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 91, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 91, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5b3f; background: linear-gradient(135deg, #ba5b3f, #BAAD3F);