#ba6413
a dark, electric orange · warm · closest name: chocolate
RGB
186, 100, 19
HSL
29°, 82%, 40%
CMYK
0, 46, 90, 27
Luminance
0.1960
Every format
| HEX | #ba6413 |
| RGB | rgb(186, 100, 19) |
| HSL | hsl(29, 82%, 40%) |
| CMYK | cmyk(0%, 46%, 90%, 27%) |
| LAB | lab(51.4 29.6 55.2) |
| LCH | lch(51.4 62.6 61.8) |
| OKLCH | oklch(0.592 0.138 56.1) |
Copy-ready code
/* CSS */
color: #ba6413;
background-color: #ba6413;
/* Tailwind (arbitrary) */
class="text-[#ba6413] bg-[#ba6413]"
/* SCSS */
$brand: #ba6413;
/* SwiftUI */
Color(red: 0.729, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#ba6413")Accessibility — WCAG contrast
Aa
#ba6413 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6413 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green39.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow89.8%
Key (black)27.1%
Color previews
#ba6413 text on a black background
contrast 4.92:1
Card sample
#ba6413 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6413;
Background color
Panel with #ba6413 background
background-color: #ba6413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6413; background: linear-gradient(135deg, #ba6413, #A1BA13);