#ba720f
a dark, electric orange · warm · closest name: peru
RGB
186, 114, 15
HSL
35°, 85%, 39%
CMYK
0, 39, 92, 27
Luminance
0.2251
Every format
| HEX | #ba720f |
| RGB | rgb(186, 114, 15) |
| HSL | hsl(35, 85%, 39%) |
| CMYK | cmyk(0%, 39%, 92%, 27%) |
| LAB | lab(54.6 21.9 58.6) |
| LCH | lch(54.6 62.6 69.5) |
| OKLCH | oklch(0.616 0.133 66.0) |
Copy-ready code
/* CSS */
color: #ba720f;
background-color: #ba720f;
/* Tailwind (arbitrary) */
class="text-[#ba720f] bg-[#ba720f]"
/* SCSS */
$brand: #ba720f;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.059)
/* Android */
Color.parseColor("#ba720f")Accessibility — WCAG contrast
Aa
#ba720f on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba720f on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow91.9%
Key (black)27.1%
Color previews
#ba720f text on a black background
contrast 5.50:1
Card sample
#ba720f text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba720f;
Background color
Panel with #ba720f background
background-color: #ba720f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba720f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba720f; background: linear-gradient(135deg, #ba720f, #90BA0F);