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