#ba7929
a dark, vivid orange · warm · closest name: peru
RGB
186, 121, 41
HSL
33°, 64%, 45%
CMYK
0, 35, 78, 27
Luminance
0.2427
Every format
| HEX | #ba7929 |
| RGB | rgb(186, 121, 41) |
| HSL | hsl(33, 64%, 45%) |
| CMYK | cmyk(0%, 35%, 78%, 27%) |
| LAB | lab(56.4 18.8 51.6) |
| LCH | lch(56.4 54.9 70.0) |
| OKLCH | oklch(0.631 0.122 67.1) |
Copy-ready code
/* CSS */
color: #ba7929;
background-color: #ba7929;
/* Tailwind (arbitrary) */
class="text-[#ba7929] bg-[#ba7929]"
/* SCSS */
$brand: #ba7929;
/* SwiftUI */
Color(red: 0.729, green: 0.475, blue: 0.161)
/* Android */
Color.parseColor("#ba7929")Accessibility — WCAG contrast
Aa
#ba7929 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7929 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.5%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow78.0%
Key (black)27.1%
Color previews
#ba7929 text on a black background
contrast 5.85:1
Card sample
#ba7929 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7929;
Background color
Panel with #ba7929 background
background-color: #ba7929;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7929;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 121, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 121, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7929; background: linear-gradient(135deg, #ba7929, #9ABA29);