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