#b46021
a dark, vivid orange · warm · closest name: chocolate
RGB
180, 96, 33
HSL
26°, 69%, 42%
CMYK
0, 47, 82, 29
Luminance
0.1818
Every format
| HEX | #b46021 |
| RGB | rgb(180, 96, 33) |
| HSL | hsl(26, 69%, 42%) |
| CMYK | cmyk(0%, 47%, 82%, 29%) |
| LAB | lab(49.7 29.6 48.4) |
| LCH | lch(49.7 56.7 58.6) |
| OKLCH | oklch(0.578 0.131 52.8) |
Copy-ready code
/* CSS */
color: #b46021;
background-color: #b46021;
/* Tailwind (arbitrary) */
class="text-[#b46021] bg-[#b46021]"
/* SCSS */
$brand: #b46021;
/* SwiftUI */
Color(red: 0.706, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#b46021")Accessibility — WCAG contrast
Aa
#b46021 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b46021 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow81.7%
Key (black)29.4%
Color previews
#b46021 text on a black background
contrast 4.64:1
Card sample
#b46021 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46021;
Background color
Panel with #b46021 background
background-color: #b46021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46021; background: linear-gradient(135deg, #b46021, #A6B421);