#b97921
a dark, vivid orange · warm · closest name: peru
RGB
185, 121, 33
HSL
35°, 70%, 43%
CMYK
0, 35, 82, 28
Luminance
0.2410
Every format
| HEX | #b97921 |
| RGB | rgb(185, 121, 33) |
| HSL | hsl(35, 70%, 43%) |
| CMYK | cmyk(0%, 35%, 82%, 28%) |
| LAB | lab(56.2 18.0 54.5) |
| LCH | lch(56.2 57.4 71.7) |
| OKLCH | oklch(0.629 0.125 69.1) |
Copy-ready code
/* CSS */
color: #b97921;
background-color: #b97921;
/* Tailwind (arbitrary) */
class="text-[#b97921] bg-[#b97921]"
/* SCSS */
$brand: #b97921;
/* SwiftUI */
Color(red: 0.725, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#b97921")Accessibility — WCAG contrast
Aa
#b97921 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b97921 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow82.2%
Key (black)27.5%
Color previews
#b97921 text on a black background
contrast 5.82:1
Card sample
#b97921 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97921;
Background color
Panel with #b97921 background
background-color: #b97921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97921; background: linear-gradient(135deg, #b97921, #94B921);