#ba751c
a dark, vivid orange · warm · closest name: peru
RGB
186, 117, 28
HSL
34°, 74%, 42%
CMYK
0, 37, 85, 27
Luminance
0.2325
Every format
| HEX | #ba751c |
| RGB | rgb(186, 117, 28) |
| HSL | hsl(34, 74%, 42%) |
| CMYK | cmyk(0%, 37%, 85%, 27%) |
| LAB | lab(55.3 20.5 55.5) |
| LCH | lch(55.3 59.2 69.7) |
| OKLCH | oklch(0.622 0.129 66.5) |
Copy-ready code
/* CSS */
color: #ba751c;
background-color: #ba751c;
/* Tailwind (arbitrary) */
class="text-[#ba751c] bg-[#ba751c]"
/* SCSS */
$brand: #ba751c;
/* SwiftUI */
Color(red: 0.729, green: 0.459, blue: 0.110)
/* Android */
Color.parseColor("#ba751c")Accessibility — WCAG contrast
Aa
#ba751c on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba751c on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow84.9%
Key (black)27.1%
Color previews
#ba751c text on a black background
contrast 5.65:1
Card sample
#ba751c text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba751c;
Background color
Panel with #ba751c background
background-color: #ba751c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba751c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 117, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 117, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba751c; background: linear-gradient(135deg, #ba751c, #96BA1C);