#b37021
a dark, vivid orange · warm · closest name: peru
RGB
179, 112, 33
HSL
33°, 69%, 42%
CMYK
0, 37, 82, 30
Luminance
0.2128
Every format
| HEX | #b37021 |
| RGB | rgb(179, 112, 33) |
| HSL | hsl(33, 69%, 42%) |
| CMYK | cmyk(0%, 37%, 82%, 30%) |
| LAB | lab(53.3 20.4 51.6) |
| LCH | lch(53.3 55.5 68.4) |
| OKLCH | oklch(0.605 0.123 65.0) |
Copy-ready code
/* CSS */
color: #b37021;
background-color: #b37021;
/* Tailwind (arbitrary) */
class="text-[#b37021] bg-[#b37021]"
/* SCSS */
$brand: #b37021;
/* SwiftUI */
Color(red: 0.702, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#b37021")Accessibility — WCAG contrast
Aa
#b37021 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37021 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow81.6%
Key (black)29.8%
Color previews
#b37021 text on a black background
contrast 5.26:1
Card sample
#b37021 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37021;
Background color
Panel with #b37021 background
background-color: #b37021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37021; background: linear-gradient(135deg, #b37021, #95B321);