#ba7639
a balanced, vivid orange · warm · closest name: peru
RGB
186, 118, 57
HSL
28°, 53%, 48%
CMYK
0, 37, 69, 27
Luminance
0.2369
Every format
| HEX | #ba7639 |
| RGB | rgb(186, 118, 57) |
| HSL | hsl(28, 53%, 48%) |
| CMYK | cmyk(0%, 37%, 69%, 27%) |
| LAB | lab(55.8 21.2 43.6) |
| LCH | lch(55.8 48.5 64.1) |
| OKLCH | oklch(0.627 0.114 60.0) |
Copy-ready code
/* CSS */
color: #ba7639;
background-color: #ba7639;
/* Tailwind (arbitrary) */
class="text-[#ba7639] bg-[#ba7639]"
/* SCSS */
$brand: #ba7639;
/* SwiftUI */
Color(red: 0.729, green: 0.463, blue: 0.224)
/* Android */
Color.parseColor("#ba7639")Accessibility — WCAG contrast
Aa
#ba7639 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7639 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green46.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow69.4%
Key (black)27.1%
Color previews
#ba7639 text on a black background
contrast 5.74:1
Card sample
#ba7639 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7639;
Background color
Panel with #ba7639 background
background-color: #ba7639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 118, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 118, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7639; background: linear-gradient(135deg, #ba7639, #A8BA39);