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