#ba5533
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 85, 51
HSL
15°, 57%, 47%
CMYK
0, 54, 73, 27
Luminance
0.1718
Every format
| HEX | #ba5533 |
| RGB | rgb(186, 85, 51) |
| HSL | hsl(15, 57%, 47%) |
| CMYK | cmyk(0%, 54%, 73%, 27%) |
| LAB | lab(48.5 38.5 38.7) |
| LCH | lch(48.5 54.6 45.2) |
| OKLCH | oklch(0.570 0.139 38.8) |
Copy-ready code
/* CSS */
color: #ba5533;
background-color: #ba5533;
/* Tailwind (arbitrary) */
class="text-[#ba5533] bg-[#ba5533]"
/* SCSS */
$brand: #ba5533;
/* SwiftUI */
Color(red: 0.729, green: 0.333, blue: 0.200)
/* Android */
Color.parseColor("#ba5533")Accessibility — WCAG contrast
Aa
#ba5533 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5533 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green33.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow72.6%
Key (black)27.1%
Color previews
#ba5533 text on a black background
contrast 4.44:1
Card sample
#ba5533 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5533;
Background color
Panel with #ba5533 background
background-color: #ba5533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 85, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 85, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5533; background: linear-gradient(135deg, #ba5533, #BAAF33);