#ba613f
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 97, 63
HSL
17°, 49%, 49%
CMYK
0, 48, 66, 27
Luminance
0.1935
Every format
| HEX | #ba613f |
| RGB | rgb(186, 97, 63) |
| HSL | hsl(17, 49%, 49%) |
| CMYK | cmyk(0%, 48%, 66%, 27%) |
| LAB | lab(51.1 33.0 35.2) |
| LCH | lch(51.1 48.2 46.9) |
| OKLCH | oklch(0.591 0.124 41.1) |
Copy-ready code
/* CSS */
color: #ba613f;
background-color: #ba613f;
/* Tailwind (arbitrary) */
class="text-[#ba613f] bg-[#ba613f]"
/* SCSS */
$brand: #ba613f;
/* SwiftUI */
Color(red: 0.729, green: 0.380, blue: 0.247)
/* Android */
Color.parseColor("#ba613f")Accessibility — WCAG contrast
Aa
#ba613f on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba613f on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green38.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow66.1%
Key (black)27.1%
Color previews
#ba613f text on a black background
contrast 4.87:1
Card sample
#ba613f text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba613f;
Background color
Panel with #ba613f background
background-color: #ba613f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba613f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 97, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 97, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba613f; background: linear-gradient(135deg, #ba613f, #BAB33F);