#b97621
a dark, vivid orange · warm · closest name: peru
RGB
185, 118, 33
HSL
34°, 70%, 43%
CMYK
0, 36, 82, 28
Luminance
0.2338
Every format
| HEX | #b97621 |
| RGB | rgb(185, 118, 33) |
| HSL | hsl(34, 70%, 43%) |
| CMYK | cmyk(0%, 36%, 82%, 28%) |
| LAB | lab(55.5 19.7 53.9) |
| LCH | lch(55.5 57.3 69.9) |
| OKLCH | oklch(0.623 0.126 66.8) |
Copy-ready code
/* CSS */
color: #b97621;
background-color: #b97621;
/* Tailwind (arbitrary) */
class="text-[#b97621] bg-[#b97621]"
/* SCSS */
$brand: #b97621;
/* SwiftUI */
Color(red: 0.725, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#b97621")Accessibility — WCAG contrast
Aa
#b97621 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b97621 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow82.2%
Key (black)27.5%
Color previews
#b97621 text on a black background
contrast 5.68:1
Card sample
#b97621 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97621;
Background color
Panel with #b97621 background
background-color: #b97621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97621; background: linear-gradient(135deg, #b97621, #96B921);