#ba8763
a balanced, soft orange · warm · closest name: tan
RGB
186, 135, 99
HSL
25°, 39%, 56%
CMYK
0, 27, 47, 27
Luminance
0.2867
Every format
| HEX | #ba8763 |
| RGB | rgb(186, 135, 99) |
| HSL | hsl(25, 39%, 56%) |
| CMYK | cmyk(0%, 27%, 47%, 27%) |
| LAB | lab(60.5 15.1 27.0) |
| LCH | lch(60.5 30.9 60.8) |
| OKLCH | oklch(0.665 0.080 56.1) |
Copy-ready code
/* CSS */
color: #ba8763;
background-color: #ba8763;
/* Tailwind (arbitrary) */
class="text-[#ba8763] bg-[#ba8763]"
/* SCSS */
$brand: #ba8763;
/* SwiftUI */
Color(red: 0.729, green: 0.529, blue: 0.388)
/* Android */
Color.parseColor("#ba8763")Accessibility — WCAG contrast
Aa
#ba8763 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba8763 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow46.8%
Key (black)27.1%
Color previews
#ba8763 text on a black background
contrast 6.73:1
Card sample
#ba8763 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8763;
Background color
Panel with #ba8763 background
background-color: #ba8763;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8763;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 135, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 135, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8763; background: linear-gradient(135deg, #ba8763, #B3BA63);