#ba5d1f
a dark, vivid orange · warm · closest name: chocolate
RGB
186, 93, 31
HSL
24°, 71%, 43%
CMYK
0, 50, 83, 27
Luminance
0.1837
Every format
| HEX | #ba5d1f |
| RGB | rgb(186, 93, 31) |
| HSL | hsl(24, 71%, 43%) |
| CMYK | cmyk(0%, 50%, 83%, 27%) |
| LAB | lab(49.9 33.6 49.8) |
| LCH | lch(49.9 60.0 56.0) |
| OKLCH | oklch(0.581 0.139 49.5) |
Copy-ready code
/* CSS */
color: #ba5d1f;
background-color: #ba5d1f;
/* Tailwind (arbitrary) */
class="text-[#ba5d1f] bg-[#ba5d1f]"
/* SCSS */
$brand: #ba5d1f;
/* SwiftUI */
Color(red: 0.729, green: 0.365, blue: 0.122)
/* Android */
Color.parseColor("#ba5d1f")Accessibility — WCAG contrast
Aa
#ba5d1f on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5d1f on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green36.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow83.3%
Key (black)27.1%
Color previews
#ba5d1f text on a black background
contrast 4.67:1
Card sample
#ba5d1f text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5d1f;
Background color
Panel with #ba5d1f background
background-color: #ba5d1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5d1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 93, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 93, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5d1f; background: linear-gradient(135deg, #ba5d1f, #AFBA1F);