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