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