#b48021
a dark, vivid orange · warm · closest name: peru
RGB
180, 128, 33
HSL
39°, 69%, 42%
CMYK
0, 29, 82, 29
Luminance
0.2525
Every format
| HEX | #b48021 |
| RGB | rgb(180, 128, 33) |
| HSL | hsl(39, 69%, 42%) |
| CMYK | cmyk(0%, 29%, 82%, 29%) |
| LAB | lab(57.3 11.9 55.3) |
| LCH | lch(57.3 56.5 77.8) |
| OKLCH | oklch(0.636 0.122 77.2) |
Copy-ready code
/* CSS */
color: #b48021;
background-color: #b48021;
/* Tailwind (arbitrary) */
class="text-[#b48021] bg-[#b48021]"
/* SCSS */
$brand: #b48021;
/* SwiftUI */
Color(red: 0.706, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#b48021")Accessibility — WCAG contrast
Aa
#b48021 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b48021 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow81.7%
Key (black)29.4%
Color previews
#b48021 text on a black background
contrast 6.05:1
Card sample
#b48021 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b48021;
Background color
Panel with #b48021 background
background-color: #b48021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b48021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b48021; background: linear-gradient(135deg, #b48021, #86B421);