#ba744f
a balanced, soft orange · warm · closest name: sienna
RGB
186, 116, 79
HSL
21°, 44%, 52%
CMYK
0, 38, 58, 27
Luminance
0.2349
Every format
| HEX | #ba744f |
| RGB | rgb(186, 116, 79) |
| HSL | hsl(21, 44%, 52%) |
| CMYK | cmyk(0%, 38%, 58%, 27%) |
| LAB | lab(55.6 23.8 31.8) |
| LCH | lch(55.6 39.7 53.2) |
| OKLCH | oklch(0.626 0.102 48.1) |
Copy-ready code
/* CSS */
color: #ba744f;
background-color: #ba744f;
/* Tailwind (arbitrary) */
class="text-[#ba744f] bg-[#ba744f]"
/* SCSS */
$brand: #ba744f;
/* SwiftUI */
Color(red: 0.729, green: 0.455, blue: 0.310)
/* Android */
Color.parseColor("#ba744f")Accessibility — WCAG contrast
Aa
#ba744f on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba744f on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow57.5%
Key (black)27.1%
Color previews
#ba744f text on a black background
contrast 5.70:1
Card sample
#ba744f text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba744f;
Background color
Panel with #ba744f background
background-color: #ba744f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba744f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 116, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 116, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba744f; background: linear-gradient(135deg, #ba744f, #B9BA4F);