#b36021
a dark, vivid orange · warm · closest name: chocolate
RGB
179, 96, 33
HSL
26°, 69%, 42%
CMYK
0, 46, 82, 30
Luminance
0.1806
Every format
| HEX | #b36021 |
| RGB | rgb(179, 96, 33) |
| HSL | hsl(26, 69%, 42%) |
| CMYK | cmyk(0%, 46%, 82%, 30%) |
| LAB | lab(49.6 29.2 48.2) |
| LCH | lch(49.6 56.4 58.8) |
| OKLCH | oklch(0.576 0.130 53.1) |
Copy-ready code
/* CSS */
color: #b36021;
background-color: #b36021;
/* Tailwind (arbitrary) */
class="text-[#b36021] bg-[#b36021]"
/* SCSS */
$brand: #b36021;
/* SwiftUI */
Color(red: 0.702, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#b36021")Accessibility — WCAG contrast
Aa
#b36021 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b36021 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow81.6%
Key (black)29.8%
Color previews
#b36021 text on a black background
contrast 4.61:1
Card sample
#b36021 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36021;
Background color
Panel with #b36021 background
background-color: #b36021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36021; background: linear-gradient(135deg, #b36021, #A5B321);