#b85721
a dark, vivid orange · warm · closest name: chocolate
RGB
184, 87, 33
HSL
22°, 70%, 43%
CMYK
0, 53, 82, 28
Luminance
0.1712
Every format
| HEX | #b85721 |
| RGB | rgb(184, 87, 33) |
| HSL | hsl(22, 70%, 43%) |
| CMYK | cmyk(0%, 53%, 82%, 28%) |
| LAB | lab(48.4 36.0 47.4) |
| LCH | lch(48.4 59.5 52.8) |
| OKLCH | oklch(0.569 0.141 46.0) |
Copy-ready code
/* CSS */
color: #b85721;
background-color: #b85721;
/* Tailwind (arbitrary) */
class="text-[#b85721] bg-[#b85721]"
/* SCSS */
$brand: #b85721;
/* SwiftUI */
Color(red: 0.722, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#b85721")Accessibility — WCAG contrast
Aa
#b85721 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b85721 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow82.1%
Key (black)27.8%
Color previews
#b85721 text on a black background
contrast 4.42:1
Card sample
#b85721 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85721;
Background color
Panel with #b85721 background
background-color: #b85721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85721; background: linear-gradient(135deg, #b85721, #B4B821);