#ba792f
a balanced, vivid orange · warm · closest name: peru
RGB
186, 121, 47
HSL
32°, 60%, 46%
CMYK
0, 35, 75, 27
Luminance
0.2432
Every format
| HEX | #ba792f |
| RGB | rgb(186, 121, 47) |
| HSL | hsl(32, 60%, 46%) |
| CMYK | cmyk(0%, 35%, 75%, 27%) |
| LAB | lab(56.4 19.0 49.0) |
| LCH | lch(56.4 52.6 68.8) |
| OKLCH | oklch(0.631 0.119 65.6) |
Copy-ready code
/* CSS */
color: #ba792f;
background-color: #ba792f;
/* Tailwind (arbitrary) */
class="text-[#ba792f] bg-[#ba792f]"
/* SCSS */
$brand: #ba792f;
/* SwiftUI */
Color(red: 0.729, green: 0.475, blue: 0.184)
/* Android */
Color.parseColor("#ba792f")Accessibility — WCAG contrast
Aa
#ba792f on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba792f on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow74.7%
Key (black)27.1%
Color previews
#ba792f text on a black background
contrast 5.86:1
Card sample
#ba792f text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba792f;
Background color
Panel with #ba792f background
background-color: #ba792f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba792f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 121, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 121, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba792f; background: linear-gradient(135deg, #ba792f, #9FBA2F);