#ba7828
a dark, vivid orange · warm · closest name: peru
RGB
186, 120, 40
HSL
33°, 65%, 44%
CMYK
0, 36, 79, 27
Luminance
0.2403
Every format
| HEX | #ba7828 |
| RGB | rgb(186, 120, 40) |
| HSL | hsl(33, 65%, 44%) |
| CMYK | cmyk(0%, 36%, 79%, 27%) |
| LAB | lab(56.1 19.3 51.8) |
| LCH | lch(56.1 55.2 69.6) |
| OKLCH | oklch(0.629 0.123 66.5) |
Copy-ready code
/* CSS */
color: #ba7828;
background-color: #ba7828;
/* Tailwind (arbitrary) */
class="text-[#ba7828] bg-[#ba7828]"
/* SCSS */
$brand: #ba7828;
/* SwiftUI */
Color(red: 0.729, green: 0.471, blue: 0.157)
/* Android */
Color.parseColor("#ba7828")Accessibility — WCAG contrast
Aa
#ba7828 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7828 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.1%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow78.5%
Key (black)27.1%
Color previews
#ba7828 text on a black background
contrast 5.81:1
Card sample
#ba7828 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7828;
Background color
Panel with #ba7828 background
background-color: #ba7828;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7828;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 120, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 120, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7828; background: linear-gradient(135deg, #ba7828, #9BBA28);