#ba8c4f
a balanced, soft orange · warm · closest name: peru
RGB
186, 140, 79
HSL
34°, 44%, 52%
CMYK
0, 25, 58, 27
Luminance
0.2976
Every format
| HEX | #ba8c4f |
| RGB | rgb(186, 140, 79) |
| HSL | hsl(34, 44%, 52%) |
| CMYK | cmyk(0%, 25%, 58%, 27%) |
| LAB | lab(61.5 10.5 39.0) |
| LCH | lch(61.5 40.4 74.9) |
| OKLCH | oklch(0.671 0.096 72.7) |
Copy-ready code
/* CSS */
color: #ba8c4f;
background-color: #ba8c4f;
/* Tailwind (arbitrary) */
class="text-[#ba8c4f] bg-[#ba8c4f]"
/* SCSS */
$brand: #ba8c4f;
/* SwiftUI */
Color(red: 0.729, green: 0.549, blue: 0.310)
/* Android */
Color.parseColor("#ba8c4f")Accessibility — WCAG contrast
Aa
#ba8c4f on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba8c4f on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow57.5%
Key (black)27.1%
Color previews
#ba8c4f text on a black background
contrast 6.95:1
Card sample
#ba8c4f text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8c4f;
Background color
Panel with #ba8c4f background
background-color: #ba8c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 140, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 140, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8c4f; background: linear-gradient(135deg, #ba8c4f, #A1BA4F);