#ba5821
a dark, vivid orange · warm · closest name: chocolate
RGB
186, 88, 33
HSL
22°, 70%, 43%
CMYK
0, 53, 82, 27
Luminance
0.1753
Every format
| HEX | #ba5821 |
| RGB | rgb(186, 88, 33) |
| HSL | hsl(22, 70%, 43%) |
| CMYK | cmyk(0%, 53%, 82%, 27%) |
| LAB | lab(48.9 36.3 48.0) |
| LCH | lch(48.9 60.2 52.9) |
| OKLCH | oklch(0.573 0.143 46.1) |
Copy-ready code
/* CSS */
color: #ba5821;
background-color: #ba5821;
/* Tailwind (arbitrary) */
class="text-[#ba5821] bg-[#ba5821]"
/* SCSS */
$brand: #ba5821;
/* SwiftUI */
Color(red: 0.729, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#ba5821")Accessibility — WCAG contrast
Aa
#ba5821 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba5821 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow82.3%
Key (black)27.1%
Color previews
#ba5821 text on a black background
contrast 4.51:1
Card sample
#ba5821 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba5821;
Background color
Panel with #ba5821 background
background-color: #ba5821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba5821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba5821; background: linear-gradient(135deg, #ba5821, #B6BA21);