#b85521
a dark, vivid orange · warm · closest name: chocolate
RGB
184, 85, 33
HSL
21°, 70%, 43%
CMYK
0, 54, 82, 28
Luminance
0.1680
Every format
| HEX | #b85521 |
| RGB | rgb(184, 85, 33) |
| HSL | hsl(21, 70%, 43%) |
| CMYK | cmyk(0%, 54%, 82%, 28%) |
| LAB | lab(48.0 37.0 47.0) |
| LCH | lch(48.0 59.9 51.8) |
| OKLCH | oklch(0.566 0.143 44.9) |
Copy-ready code
/* CSS */
color: #b85521;
background-color: #b85521;
/* Tailwind (arbitrary) */
class="text-[#b85521] bg-[#b85521]"
/* SCSS */
$brand: #b85521;
/* SwiftUI */
Color(red: 0.722, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#b85521")Accessibility — WCAG contrast
Aa
#b85521 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b85521 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow82.1%
Key (black)27.8%
Color previews
#b85521 text on a black background
contrast 4.36:1
Card sample
#b85521 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85521;
Background color
Panel with #b85521 background
background-color: #b85521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85521; background: linear-gradient(135deg, #b85521, #B6B821);