#ba652f
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 101, 47
HSL
23°, 60%, 46%
CMYK
0, 46, 75, 27
Luminance
0.1995
Every format
| HEX | #ba652f |
| RGB | rgb(186, 101, 47) |
| HSL | hsl(23, 60%, 46%) |
| CMYK | cmyk(0%, 46%, 75%, 27%) |
| LAB | lab(51.8 30.0 44.3) |
| LCH | lch(51.8 53.5 55.9) |
| OKLCH | oklch(0.596 0.128 50.3) |
Copy-ready code
/* CSS */
color: #ba652f;
background-color: #ba652f;
/* Tailwind (arbitrary) */
class="text-[#ba652f] bg-[#ba652f]"
/* SCSS */
$brand: #ba652f;
/* SwiftUI */
Color(red: 0.729, green: 0.396, blue: 0.184)
/* Android */
Color.parseColor("#ba652f")Accessibility — WCAG contrast
Aa
#ba652f on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba652f on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green39.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow74.7%
Key (black)27.1%
Color previews
#ba652f text on a black background
contrast 4.99:1
Card sample
#ba652f text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba652f;
Background color
Panel with #ba652f background
background-color: #ba652f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba652f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 101, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 101, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba652f; background: linear-gradient(135deg, #ba652f, #B2BA2F);