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