#b07921
a dark, vivid orange · warm · closest name: peru
RGB
176, 121, 33
HSL
37°, 68%, 41%
CMYK
0, 31, 81, 31
Luminance
0.2301
Every format
| HEX | #b07921 |
| RGB | rgb(176, 121, 33) |
| HSL | hsl(37, 68%, 41%) |
| CMYK | cmyk(0%, 31%, 81%, 31%) |
| LAB | lab(55.1 14.0 53.1) |
| LCH | lch(55.1 54.9 75.2) |
| OKLCH | oklch(0.618 0.119 73.7) |
Copy-ready code
/* CSS */
color: #b07921;
background-color: #b07921;
/* Tailwind (arbitrary) */
class="text-[#b07921] bg-[#b07921]"
/* SCSS */
$brand: #b07921;
/* SwiftUI */
Color(red: 0.690, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#b07921")Accessibility — WCAG contrast
Aa
#b07921 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07921 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.3%
Yellow81.3%
Key (black)31.0%
Color previews
#b07921 text on a black background
contrast 5.60:1
Card sample
#b07921 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07921;
Background color
Panel with #b07921 background
background-color: #b07921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07921; background: linear-gradient(135deg, #b07921, #88B021);