#ba7259
a balanced, soft orange · warm · closest name: sienna
RGB
186, 114, 89
HSL
16°, 41%, 54%
CMYK
0, 39, 52, 27
Luminance
0.2319
Every format
| HEX | #ba7259 |
| RGB | rgb(186, 114, 89) |
| HSL | hsl(16, 41%, 54%) |
| CMYK | cmyk(0%, 39%, 52%, 27%) |
| LAB | lab(55.3 25.8 25.8) |
| LCH | lch(55.3 36.5 45.1) |
| OKLCH | oklch(0.624 0.099 39.9) |
Copy-ready code
/* CSS */
color: #ba7259;
background-color: #ba7259;
/* Tailwind (arbitrary) */
class="text-[#ba7259] bg-[#ba7259]"
/* SCSS */
$brand: #ba7259;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.349)
/* Android */
Color.parseColor("#ba7259")Accessibility — WCAG contrast
Aa
#ba7259 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7259 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow52.2%
Key (black)27.1%
Color previews
#ba7259 text on a black background
contrast 5.64:1
Card sample
#ba7259 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7259;
Background color
Panel with #ba7259 background
background-color: #ba7259;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7259;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7259; background: linear-gradient(135deg, #ba7259, #BAB359);