#ba862f
a balanced, vivid orange · warm · closest name: peru
RGB
186, 134, 47
HSL
38°, 60%, 46%
CMYK
0, 28, 75, 27
Luminance
0.2769
Every format
| HEX | #ba862f |
| RGB | rgb(186, 134, 47) |
| HSL | hsl(38, 60%, 46%) |
| CMYK | cmyk(0%, 28%, 75%, 27%) |
| LAB | lab(59.6 11.8 52.2) |
| LCH | lch(59.6 53.5 77.3) |
| OKLCH | oklch(0.656 0.119 76.3) |
Copy-ready code
/* CSS */
color: #ba862f;
background-color: #ba862f;
/* Tailwind (arbitrary) */
class="text-[#ba862f] bg-[#ba862f]"
/* SCSS */
$brand: #ba862f;
/* SwiftUI */
Color(red: 0.729, green: 0.525, blue: 0.184)
/* Android */
Color.parseColor("#ba862f")Accessibility — WCAG contrast
Aa
#ba862f on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba862f on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow74.7%
Key (black)27.1%
Color previews
#ba862f text on a black background
contrast 6.54:1
Card sample
#ba862f text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba862f;
Background color
Panel with #ba862f background
background-color: #ba862f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba862f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 134, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 134, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba862f; background: linear-gradient(135deg, #ba862f, #91BA2F);