#ba6e13
a dark, electric orange · warm · closest name: peru
RGB
186, 110, 19
HSL
33°, 82%, 40%
CMYK
0, 41, 90, 27
Luminance
0.2164
Every format
| HEX | #ba6e13 |
| RGB | rgb(186, 110, 19) |
| HSL | hsl(33, 82%, 40%) |
| CMYK | cmyk(0%, 41%, 90%, 27%) |
| LAB | lab(53.6 24.2 56.9) |
| LCH | lch(53.6 61.8 67.0) |
| OKLCH | oklch(0.609 0.134 62.7) |
Copy-ready code
/* CSS */
color: #ba6e13;
background-color: #ba6e13;
/* Tailwind (arbitrary) */
class="text-[#ba6e13] bg-[#ba6e13]"
/* SCSS */
$brand: #ba6e13;
/* SwiftUI */
Color(red: 0.729, green: 0.431, blue: 0.075)
/* Android */
Color.parseColor("#ba6e13")Accessibility — WCAG contrast
Aa
#ba6e13 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6e13 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow89.8%
Key (black)27.1%
Color previews
#ba6e13 text on a black background
contrast 5.33:1
Card sample
#ba6e13 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6e13;
Background color
Panel with #ba6e13 background
background-color: #ba6e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 110, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 110, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6e13; background: linear-gradient(135deg, #ba6e13, #97BA13);