#ba8708
a dark, electric yellow · warm · closest name: peru
RGB
186, 135, 8
HSL
43°, 92%, 38%
CMYK
0, 27, 96, 27
Luminance
0.2778
Every format
| HEX | #ba8708 |
| RGB | rgb(186, 135, 8) |
| HSL | hsl(43, 92%, 38%) |
| CMYK | cmyk(0%, 27%, 96%, 27%) |
| LAB | lab(59.7 10.2 63.6) |
| LCH | lch(59.7 64.5 80.9) |
| OKLCH | oklch(0.656 0.134 81.4) |
Copy-ready code
/* CSS */
color: #ba8708;
background-color: #ba8708;
/* Tailwind (arbitrary) */
class="text-[#ba8708] bg-[#ba8708]"
/* SCSS */
$brand: #ba8708;
/* SwiftUI */
Color(red: 0.729, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#ba8708")Accessibility — WCAG contrast
Aa
#ba8708 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba8708 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow95.7%
Key (black)27.1%
Color previews
#ba8708 text on a black background
contrast 6.56:1
Card sample
#ba8708 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8708;
Background color
Panel with #ba8708 background
background-color: #ba8708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8708; background: linear-gradient(135deg, #ba8708, #76BA08);