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