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