#b96521
a dark, vivid orange · warm · closest name: chocolate
RGB
185, 101, 33
HSL
27°, 70%, 43%
CMYK
0, 45, 82, 28
Luminance
0.1973
Every format
| HEX | #b96521 |
| RGB | rgb(185, 101, 33) |
| HSL | hsl(27, 70%, 43%) |
| CMYK | cmyk(0%, 45%, 82%, 28%) |
| LAB | lab(51.5 29.0 50.3) |
| LCH | lch(51.5 58.1 60.1) |
| OKLCH | oklch(0.593 0.133 54.5) |
Copy-ready code
/* CSS */
color: #b96521;
background-color: #b96521;
/* Tailwind (arbitrary) */
class="text-[#b96521] bg-[#b96521]"
/* SCSS */
$brand: #b96521;
/* SwiftUI */
Color(red: 0.725, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#b96521")Accessibility — WCAG contrast
Aa
#b96521 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96521 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow82.2%
Key (black)27.5%
Color previews
#b96521 text on a black background
contrast 4.95:1
Card sample
#b96521 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96521;
Background color
Panel with #b96521 background
background-color: #b96521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96521; background: linear-gradient(135deg, #b96521, #A8B921);