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