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