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