#ba5f2d
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 95, 45
HSL
21°, 61%, 45%
CMYK
0, 49, 76, 27
Luminance
0.1881
Every format
| HEX | #ba5f2d |
| RGB | rgb(186, 95, 45) |
| HSL | hsl(21, 61%, 45%) |
| CMYK | cmyk(0%, 49%, 76%, 27%) |
| LAB | lab(50.5 33.1 43.9) |
| LCH | lch(50.5 55.0 53.0) |
| OKLCH | oklch(0.585 0.133 46.9) |
Copy-ready code
/* CSS */
color: #ba5f2d;
background-color: #ba5f2d;
/* Tailwind (arbitrary) */
class="text-[#ba5f2d] bg-[#ba5f2d]"
/* SCSS */
$brand: #ba5f2d;
/* SwiftUI */
Color(red: 0.729, green: 0.373, blue: 0.176)
/* Android */
Color.parseColor("#ba5f2d")Accessibility — WCAG contrast
Aa
#ba5f2d on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba5f2d on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.3%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow75.8%
Key (black)27.1%
Color previews
#ba5f2d text on a black background
contrast 4.76:1
Card sample
#ba5f2d text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5f2d;
Background color
Panel with #ba5f2d background
background-color: #ba5f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 95, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 95, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5f2d; background: linear-gradient(135deg, #ba5f2d, #B7BA2D);