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