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