#ba5a1d
a dark, vivid orange · warm · closest name: chocolate
RGB
186, 90, 29
HSL
23°, 73%, 42%
CMYK
0, 52, 84, 27
Luminance
0.1784
Every format
| HEX | #ba5a1d |
| RGB | rgb(186, 90, 29) |
| HSL | hsl(23, 73%, 42%) |
| CMYK | cmyk(0%, 52%, 84%, 27%) |
| LAB | lab(49.3 35.1 50.0) |
| LCH | lch(49.3 61.1 54.9) |
| OKLCH | oklch(0.576 0.142 48.2) |
Copy-ready code
/* CSS */
color: #ba5a1d;
background-color: #ba5a1d;
/* Tailwind (arbitrary) */
class="text-[#ba5a1d] bg-[#ba5a1d]"
/* SCSS */
$brand: #ba5a1d;
/* SwiftUI */
Color(red: 0.729, green: 0.353, blue: 0.114)
/* Android */
Color.parseColor("#ba5a1d")Accessibility — WCAG contrast
Aa
#ba5a1d on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5a1d on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green35.3%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow84.4%
Key (black)27.1%
Color previews
#ba5a1d text on a black background
contrast 4.57:1
Card sample
#ba5a1d text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5a1d;
Background color
Panel with #ba5a1d background
background-color: #ba5a1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5a1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 90, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 90, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5a1d; background: linear-gradient(135deg, #ba5a1d, #B2BA1D);