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