#ba892f
a balanced, vivid orange · warm · closest name: peru
RGB
186, 137, 47
HSL
39°, 60%, 46%
CMYK
0, 26, 75, 27
Luminance
0.2854
Every format
| HEX | #ba892f |
| RGB | rgb(186, 137, 47) |
| HSL | hsl(39, 60%, 46%) |
| CMYK | cmyk(0%, 26%, 75%, 27%) |
| LAB | lab(60.4 10.2 53.0) |
| LCH | lch(60.4 53.9 79.2) |
| OKLCH | oklch(0.662 0.119 78.7) |
Copy-ready code
/* CSS */
color: #ba892f;
background-color: #ba892f;
/* Tailwind (arbitrary) */
class="text-[#ba892f] bg-[#ba892f]"
/* SCSS */
$brand: #ba892f;
/* SwiftUI */
Color(red: 0.729, green: 0.537, blue: 0.184)
/* Android */
Color.parseColor("#ba892f")Accessibility — WCAG contrast
Aa
#ba892f on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba892f on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green53.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow74.7%
Key (black)27.1%
Color previews
#ba892f text on a black background
contrast 6.71:1
Card sample
#ba892f text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba892f;
Background color
Panel with #ba892f background
background-color: #ba892f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba892f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 137, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 137, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba892f; background: linear-gradient(135deg, #ba892f, #8FBA2F);