#ba522f
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 82, 47
HSL
15°, 60%, 46%
CMYK
0, 56, 75, 27
Luminance
0.1668
Every format
| HEX | #ba522f |
| RGB | rgb(186, 82, 47) |
| HSL | hsl(15, 60%, 46%) |
| CMYK | cmyk(0%, 56%, 75%, 27%) |
| LAB | lab(47.9 39.8 40.2) |
| LCH | lch(47.9 56.6 45.2) |
| OKLCH | oklch(0.566 0.143 38.7) |
Copy-ready code
/* CSS */
color: #ba522f;
background-color: #ba522f;
/* Tailwind (arbitrary) */
class="text-[#ba522f] bg-[#ba522f]"
/* SCSS */
$brand: #ba522f;
/* SwiftUI */
Color(red: 0.729, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#ba522f")Accessibility — WCAG contrast
Aa
#ba522f on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba522f on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow74.7%
Key (black)27.1%
Color previews
#ba522f text on a black background
contrast 4.34:1
Card sample
#ba522f text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba522f;
Background color
Panel with #ba522f background
background-color: #ba522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba522f; background: linear-gradient(135deg, #ba522f, #BAAF2F);