#ba7608
a dark, electric orange · warm · closest name: peru
RGB
186, 118, 8
HSL
37°, 92%, 38%
CMYK
0, 37, 96, 27
Luminance
0.2341
Every format
| HEX | #ba7608 |
| RGB | rgb(186, 118, 8) |
| HSL | hsl(37, 92%, 38%) |
| CMYK | cmyk(0%, 37%, 96%, 27%) |
| LAB | lab(55.5 19.6 60.7) |
| LCH | lch(55.5 63.8 72.1) |
| OKLCH | oklch(0.624 0.134 69.4) |
Copy-ready code
/* CSS */
color: #ba7608;
background-color: #ba7608;
/* Tailwind (arbitrary) */
class="text-[#ba7608] bg-[#ba7608]"
/* SCSS */
$brand: #ba7608;
/* SwiftUI */
Color(red: 0.729, green: 0.463, blue: 0.031)
/* Android */
Color.parseColor("#ba7608")Accessibility — WCAG contrast
Aa
#ba7608 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7608 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green46.3%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow95.7%
Key (black)27.1%
Color previews
#ba7608 text on a black background
contrast 5.68:1
Card sample
#ba7608 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7608;
Background color
Panel with #ba7608 background
background-color: #ba7608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 118, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 118, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7608; background: linear-gradient(135deg, #ba7608, #87BA08);