#b97f21
a dark, vivid orange · warm · closest name: peru
RGB
185, 127, 33
HSL
37°, 70%, 43%
CMYK
0, 31, 82, 28
Luminance
0.2560
Every format
| HEX | #b97f21 |
| RGB | rgb(185, 127, 33) |
| HSL | hsl(37, 70%, 43%) |
| CMYK | cmyk(0%, 31%, 82%, 28%) |
| LAB | lab(57.7 14.7 55.8) |
| LCH | lch(57.7 57.7 75.3) |
| OKLCH | oklch(0.640 0.125 73.8) |
Copy-ready code
/* CSS */
color: #b97f21;
background-color: #b97f21;
/* Tailwind (arbitrary) */
class="text-[#b97f21] bg-[#b97f21]"
/* SCSS */
$brand: #b97f21;
/* SwiftUI */
Color(red: 0.725, green: 0.498, blue: 0.129)
/* Android */
Color.parseColor("#b97f21")Accessibility — WCAG contrast
Aa
#b97f21 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b97f21 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green49.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow82.2%
Key (black)27.5%
Color previews
#b97f21 text on a black background
contrast 6.12:1
Card sample
#b97f21 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97f21;
Background color
Panel with #b97f21 background
background-color: #b97f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 127, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 127, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97f21; background: linear-gradient(135deg, #b97f21, #8EB921);