#b56021
a dark, vivid orange · warm · closest name: chocolate
RGB
181, 96, 33
HSL
26°, 69%, 42%
CMYK
0, 47, 82, 29
Luminance
0.1830
Every format
| HEX | #b56021 |
| RGB | rgb(181, 96, 33) |
| HSL | hsl(26, 69%, 42%) |
| CMYK | cmyk(0%, 47%, 82%, 29%) |
| LAB | lab(49.9 30.0 48.6) |
| LCH | lch(49.9 57.1 58.3) |
| OKLCH | oklch(0.579 0.132 52.4) |
Copy-ready code
/* CSS */
color: #b56021;
background-color: #b56021;
/* Tailwind (arbitrary) */
class="text-[#b56021] bg-[#b56021]"
/* SCSS */
$brand: #b56021;
/* SwiftUI */
Color(red: 0.710, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#b56021")Accessibility — WCAG contrast
Aa
#b56021 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b56021 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow81.8%
Key (black)29.0%
Color previews
#b56021 text on a black background
contrast 4.66:1
Card sample
#b56021 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56021;
Background color
Panel with #b56021 background
background-color: #b56021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56021; background: linear-gradient(135deg, #b56021, #A8B521);