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