#b37421
a dark, vivid orange · warm · closest name: peru
RGB
179, 116, 33
HSL
34°, 69%, 42%
CMYK
0, 35, 82, 30
Luminance
0.2218
Every format
| HEX | #b37421 |
| RGB | rgb(179, 116, 33) |
| HSL | hsl(34, 69%, 42%) |
| CMYK | cmyk(0%, 35%, 82%, 30%) |
| LAB | lab(54.2 18.1 52.5) |
| LCH | lch(54.2 55.5 70.9) |
| OKLCH | oklch(0.612 0.122 68.1) |
Copy-ready code
/* CSS */
color: #b37421;
background-color: #b37421;
/* Tailwind (arbitrary) */
class="text-[#b37421] bg-[#b37421]"
/* SCSS */
$brand: #b37421;
/* SwiftUI */
Color(red: 0.702, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#b37421")Accessibility — WCAG contrast
Aa
#b37421 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37421 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow81.6%
Key (black)29.8%
Color previews
#b37421 text on a black background
contrast 5.44:1
Card sample
#b37421 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37421;
Background color
Panel with #b37421 background
background-color: #b37421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37421; background: linear-gradient(135deg, #b37421, #91B321);