#ba5c2f
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 92, 47
HSL
19°, 60%, 46%
CMYK
0, 51, 75, 27
Luminance
0.1830
Every format
| HEX | #ba5c2f |
| RGB | rgb(186, 92, 47) |
| HSL | hsl(19, 60%, 46%) |
| CMYK | cmyk(0%, 51%, 75%, 27%) |
| LAB | lab(49.9 34.7 42.3) |
| LCH | lch(49.9 54.7 50.6) |
| OKLCH | oklch(0.581 0.135 44.3) |
Copy-ready code
/* CSS */
color: #ba5c2f;
background-color: #ba5c2f;
/* Tailwind (arbitrary) */
class="text-[#ba5c2f] bg-[#ba5c2f]"
/* SCSS */
$brand: #ba5c2f;
/* SwiftUI */
Color(red: 0.729, green: 0.361, blue: 0.184)
/* Android */
Color.parseColor("#ba5c2f")Accessibility — WCAG contrast
Aa
#ba5c2f on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5c2f on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow74.7%
Key (black)27.1%
Color previews
#ba5c2f text on a black background
contrast 4.66:1
Card sample
#ba5c2f text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5c2f;
Background color
Panel with #ba5c2f background
background-color: #ba5c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 92, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 92, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5c2f; background: linear-gradient(135deg, #ba5c2f, #BAB92F);