#ba8317
a dark, electric orange · warm · closest name: peru
RGB
186, 131, 23
HSL
40°, 78%, 41%
CMYK
0, 30, 88, 27
Luminance
0.2673
Every format
| HEX | #ba8317 |
| RGB | rgb(186, 131, 23) |
| HSL | hsl(40, 78%, 41%) |
| CMYK | cmyk(0%, 30%, 88%, 27%) |
| LAB | lab(58.7 12.6 59.9) |
| LCH | lch(58.7 61.2 78.1) |
| OKLCH | oklch(0.649 0.130 77.5) |
Copy-ready code
/* CSS */
color: #ba8317;
background-color: #ba8317;
/* Tailwind (arbitrary) */
class="text-[#ba8317] bg-[#ba8317]"
/* SCSS */
$brand: #ba8317;
/* SwiftUI */
Color(red: 0.729, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#ba8317")Accessibility — WCAG contrast
Aa
#ba8317 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba8317 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow87.6%
Key (black)27.1%
Color previews
#ba8317 text on a black background
contrast 6.35:1
Card sample
#ba8317 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8317;
Background color
Panel with #ba8317 background
background-color: #ba8317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8317; background: linear-gradient(135deg, #ba8317, #84BA17);