#b85321
a dark, vivid orange · warm · closest name: chocolate
RGB
184, 83, 33
HSL
20°, 70%, 43%
CMYK
0, 55, 82, 28
Luminance
0.1649
Every format
| HEX | #b85321 |
| RGB | rgb(184, 83, 33) |
| HSL | hsl(20, 70%, 43%) |
| CMYK | cmyk(0%, 55%, 82%, 28%) |
| LAB | lab(47.6 38.0 46.7) |
| LCH | lch(47.6 60.2 50.8) |
| OKLCH | oklch(0.563 0.144 43.8) |
Copy-ready code
/* CSS */
color: #b85321;
background-color: #b85321;
/* Tailwind (arbitrary) */
class="text-[#b85321] bg-[#b85321]"
/* SCSS */
$brand: #b85321;
/* SwiftUI */
Color(red: 0.722, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#b85321")Accessibility — WCAG contrast
Aa
#b85321 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b85321 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow82.1%
Key (black)27.8%
Color previews
#b85321 text on a black background
contrast 4.30:1
Card sample
#b85321 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85321;
Background color
Panel with #b85321 background
background-color: #b85321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85321; background: linear-gradient(135deg, #b85321, #B8B821);