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