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