#ba885e
a balanced, soft orange · warm · closest name: tan
RGB
186, 136, 94
HSL
27°, 40%, 55%
CMYK
0, 27, 50, 27
Luminance
0.2886
Every format
| HEX | #ba885e |
| RGB | rgb(186, 136, 94) |
| HSL | hsl(27, 40%, 55%) |
| CMYK | cmyk(0%, 27%, 50%, 27%) |
| LAB | lab(60.7 14.0 30.0) |
| LCH | lch(60.7 33.1 64.9) |
| OKLCH | oklch(0.666 0.084 60.7) |
Copy-ready code
/* CSS */
color: #ba885e;
background-color: #ba885e;
/* Tailwind (arbitrary) */
class="text-[#ba885e] bg-[#ba885e]"
/* SCSS */
$brand: #ba885e;
/* SwiftUI */
Color(red: 0.729, green: 0.533, blue: 0.369)
/* Android */
Color.parseColor("#ba885e")Accessibility — WCAG contrast
Aa
#ba885e on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba885e on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green53.3%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow49.5%
Key (black)27.1%
Color previews
#ba885e text on a black background
contrast 6.77:1
Card sample
#ba885e text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba885e;
Background color
Panel with #ba885e background
background-color: #ba885e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba885e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 136, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 136, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba885e; background: linear-gradient(135deg, #ba885e, #AFBA5E);