#b08029
a dark, vivid orange · warm · closest name: peru
RGB
176, 128, 41
HSL
39°, 62%, 43%
CMYK
0, 27, 77, 31
Luminance
0.2483
Every format
| HEX | #b08029 |
| RGB | rgb(176, 128, 41) |
| HSL | hsl(39, 62%, 43%) |
| CMYK | cmyk(0%, 27%, 77%, 31%) |
| LAB | lab(56.9 10.4 51.7) |
| LCH | lch(56.9 52.7 78.6) |
| OKLCH | oklch(0.632 0.116 78.1) |
Copy-ready code
/* CSS */
color: #b08029;
background-color: #b08029;
/* Tailwind (arbitrary) */
class="text-[#b08029] bg-[#b08029]"
/* SCSS */
$brand: #b08029;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.161)
/* Android */
Color.parseColor("#b08029")Accessibility — WCAG contrast
Aa
#b08029 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08029 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow76.7%
Key (black)31.0%
Color previews
#b08029 text on a black background
contrast 5.97:1
Card sample
#b08029 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08029;
Background color
Panel with #b08029 background
background-color: #b08029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08029; background: linear-gradient(135deg, #b08029, #86B029);