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