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