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