#ba7521
a dark, vivid orange · warm · closest name: peru
RGB
186, 117, 33
HSL
33°, 70%, 43%
CMYK
0, 37, 82, 27
Luminance
0.2327
Every format
| HEX | #ba7521 |
| RGB | rgb(186, 117, 33) |
| HSL | hsl(33, 70%, 43%) |
| CMYK | cmyk(0%, 37%, 82%, 27%) |
| LAB | lab(55.4 20.7 53.8) |
| LCH | lch(55.4 57.6 69.0) |
| OKLCH | oklch(0.623 0.127 65.6) |
Copy-ready code
/* CSS */
color: #ba7521;
background-color: #ba7521;
/* Tailwind (arbitrary) */
class="text-[#ba7521] bg-[#ba7521]"
/* SCSS */
$brand: #ba7521;
/* SwiftUI */
Color(red: 0.729, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#ba7521")Accessibility — WCAG contrast
Aa
#ba7521 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7521 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow82.3%
Key (black)27.1%
Color previews
#ba7521 text on a black background
contrast 5.65:1
Card sample
#ba7521 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7521;
Background color
Panel with #ba7521 background
background-color: #ba7521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7521; background: linear-gradient(135deg, #ba7521, #99BA21);