#ba6813
a dark, electric orange · warm · closest name: chocolate
RGB
186, 104, 19
HSL
31°, 82%, 40%
CMYK
0, 44, 90, 27
Luminance
0.2039
Every format
| HEX | #ba6813 |
| RGB | rgb(186, 104, 19) |
| HSL | hsl(31, 82%, 40%) |
| CMYK | cmyk(0%, 44%, 90%, 27%) |
| LAB | lab(52.3 27.4 55.9) |
| LCH | lch(52.3 62.3 63.9) |
| OKLCH | oklch(0.599 0.136 58.7) |
Copy-ready code
/* CSS */
color: #ba6813;
background-color: #ba6813;
/* Tailwind (arbitrary) */
class="text-[#ba6813] bg-[#ba6813]"
/* SCSS */
$brand: #ba6813;
/* SwiftUI */
Color(red: 0.729, green: 0.408, blue: 0.075)
/* Android */
Color.parseColor("#ba6813")Accessibility — WCAG contrast
Aa
#ba6813 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6813 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green40.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow89.8%
Key (black)27.1%
Color previews
#ba6813 text on a black background
contrast 5.08:1
Card sample
#ba6813 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6813;
Background color
Panel with #ba6813 background
background-color: #ba6813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 104, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 104, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6813; background: linear-gradient(135deg, #ba6813, #9DBA13);