#ba8652
a balanced, soft orange · warm · closest name: peru
RGB
186, 134, 82
HSL
30°, 43%, 53%
CMYK
0, 28, 56, 27
Luminance
0.2810
Every format
| HEX | #ba8652 |
| RGB | rgb(186, 134, 82) |
| HSL | hsl(30, 43%, 53%) |
| CMYK | cmyk(0%, 28%, 56%, 27%) |
| LAB | lab(60.0 14.1 35.6) |
| LCH | lch(60.0 38.3 68.5) |
| OKLCH | oklch(0.660 0.094 65.0) |
Copy-ready code
/* CSS */
color: #ba8652;
background-color: #ba8652;
/* Tailwind (arbitrary) */
class="text-[#ba8652] bg-[#ba8652]"
/* SCSS */
$brand: #ba8652;
/* SwiftUI */
Color(red: 0.729, green: 0.525, blue: 0.322)
/* Android */
Color.parseColor("#ba8652")Accessibility — WCAG contrast
Aa
#ba8652 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba8652 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow55.9%
Key (black)27.1%
Color previews
#ba8652 text on a black background
contrast 6.62:1
Card sample
#ba8652 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8652;
Background color
Panel with #ba8652 background
background-color: #ba8652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 134, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 134, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8652; background: linear-gradient(135deg, #ba8652, #A9BA52);