#ba5a13
a dark, electric orange · warm · closest name: chocolate
RGB
186, 90, 19
HSL
26°, 82%, 40%
CMYK
0, 52, 90, 27
Luminance
0.1780
Every format
| HEX | #ba5a13 |
| RGB | rgb(186, 90, 19) |
| HSL | hsl(26, 82%, 40%) |
| CMYK | cmyk(0%, 52%, 90%, 27%) |
| LAB | lab(49.3 34.9 53.6) |
| LCH | lch(49.3 63.9 56.9) |
| OKLCH | oklch(0.576 0.145 50.0) |
Copy-ready code
/* CSS */
color: #ba5a13;
background-color: #ba5a13;
/* Tailwind (arbitrary) */
class="text-[#ba5a13] bg-[#ba5a13]"
/* SCSS */
$brand: #ba5a13;
/* SwiftUI */
Color(red: 0.729, green: 0.353, blue: 0.075)
/* Android */
Color.parseColor("#ba5a13")Accessibility — WCAG contrast
Aa
#ba5a13 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5a13 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green35.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow89.8%
Key (black)27.1%
Color previews
#ba5a13 text on a black background
contrast 4.56:1
Card sample
#ba5a13 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5a13;
Background color
Panel with #ba5a13 background
background-color: #ba5a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 90, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 90, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5a13; background: linear-gradient(135deg, #ba5a13, #ABBA13);