#b85a21
a dark, vivid orange · warm · closest name: chocolate
RGB
184, 90, 33
HSL
23°, 70%, 43%
CMYK
0, 51, 82, 28
Luminance
0.1761
Every format
| HEX | #b85a21 |
| RGB | rgb(184, 90, 33) |
| HSL | hsl(23, 70%, 43%) |
| CMYK | cmyk(0%, 51%, 82%, 28%) |
| LAB | lab(49.0 34.4 48.0) |
| LCH | lch(49.0 59.0 54.3) |
| OKLCH | oklch(0.573 0.139 47.8) |
Copy-ready code
/* CSS */
color: #b85a21;
background-color: #b85a21;
/* Tailwind (arbitrary) */
class="text-[#b85a21] bg-[#b85a21]"
/* SCSS */
$brand: #b85a21;
/* SwiftUI */
Color(red: 0.722, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#b85a21")Accessibility — WCAG contrast
Aa
#b85a21 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b85a21 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow82.1%
Key (black)27.8%
Color previews
#b85a21 text on a black background
contrast 4.52:1
Card sample
#b85a21 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85a21;
Background color
Panel with #b85a21 background
background-color: #b85a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85a21; background: linear-gradient(135deg, #b85a21, #B1B821);