#ba6039
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 96, 57
HSL
18°, 53%, 48%
CMYK
0, 48, 69, 27
Luminance
0.1910
Every format
| HEX | #ba6039 |
| RGB | rgb(186, 96, 57) |
| HSL | hsl(18, 53%, 48%) |
| CMYK | cmyk(0%, 48%, 69%, 27%) |
| LAB | lab(50.8 33.1 38.1) |
| LCH | lch(50.8 50.5 49.0) |
| OKLCH | oklch(0.588 0.128 43.1) |
Copy-ready code
/* CSS */
color: #ba6039;
background-color: #ba6039;
/* Tailwind (arbitrary) */
class="text-[#ba6039] bg-[#ba6039]"
/* SCSS */
$brand: #ba6039;
/* SwiftUI */
Color(red: 0.729, green: 0.376, blue: 0.224)
/* Android */
Color.parseColor("#ba6039")Accessibility — WCAG contrast
Aa
#ba6039 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6039 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow69.4%
Key (black)27.1%
Color previews
#ba6039 text on a black background
contrast 4.82:1
Card sample
#ba6039 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6039;
Background color
Panel with #ba6039 background
background-color: #ba6039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 96, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 96, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6039; background: linear-gradient(135deg, #ba6039, #BAB639);