#ba784f
a balanced, soft orange · warm · closest name: sienna
RGB
186, 120, 79
HSL
23°, 44%, 52%
CMYK
0, 36, 58, 27
Luminance
0.2444
Every format
| HEX | #ba784f |
| RGB | rgb(186, 120, 79) |
| HSL | hsl(23, 44%, 52%) |
| CMYK | cmyk(0%, 36%, 58%, 27%) |
| LAB | lab(56.5 21.6 33.0) |
| LCH | lch(56.5 39.4 56.8) |
| OKLCH | oklch(0.633 0.100 51.9) |
Copy-ready code
/* CSS */
color: #ba784f;
background-color: #ba784f;
/* Tailwind (arbitrary) */
class="text-[#ba784f] bg-[#ba784f]"
/* SCSS */
$brand: #ba784f;
/* SwiftUI */
Color(red: 0.729, green: 0.471, blue: 0.310)
/* Android */
Color.parseColor("#ba784f")Accessibility — WCAG contrast
Aa
#ba784f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba784f on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow57.5%
Key (black)27.1%
Color previews
#ba784f text on a black background
contrast 5.89:1
Card sample
#ba784f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba784f;
Background color
Panel with #ba784f background
background-color: #ba784f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba784f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 120, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 120, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba784f; background: linear-gradient(135deg, #ba784f, #B5BA4F);