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