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