#ba844f
a balanced, soft orange · warm · closest name: peru
RGB
186, 132, 79
HSL
30°, 44%, 52%
CMYK
0, 29, 58, 27
Luminance
0.2751
Every format
| HEX | #ba844f |
| RGB | rgb(186, 132, 79) |
| HSL | hsl(30, 44%, 52%) |
| CMYK | cmyk(0%, 29%, 58%, 27%) |
| LAB | lab(59.4 14.9 36.6) |
| LCH | lch(59.4 39.5 67.8) |
| OKLCH | oklch(0.656 0.096 64.3) |
Copy-ready code
/* CSS */
color: #ba844f;
background-color: #ba844f;
/* Tailwind (arbitrary) */
class="text-[#ba844f] bg-[#ba844f]"
/* SCSS */
$brand: #ba844f;
/* SwiftUI */
Color(red: 0.729, green: 0.518, blue: 0.310)
/* Android */
Color.parseColor("#ba844f")Accessibility — WCAG contrast
Aa
#ba844f on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba844f on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow57.5%
Key (black)27.1%
Color previews
#ba844f text on a black background
contrast 6.50:1
Card sample
#ba844f text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba844f;
Background color
Panel with #ba844f background
background-color: #ba844f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba844f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 132, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 132, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba844f; background: linear-gradient(135deg, #ba844f, #A9BA4F);