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