#b37310
a dark, electric orange · warm · closest name: peru
RGB
179, 115, 16
HSL
36°, 84%, 38%
CMYK
0, 36, 91, 30
Luminance
0.2188
Every format
| HEX | #b37310 |
| RGB | rgb(179, 115, 16) |
| HSL | hsl(36, 84%, 38%) |
| CMYK | cmyk(0%, 36%, 91%, 30%) |
| LAB | lab(53.9 18.3 57.5) |
| LCH | lch(53.9 60.3 72.4) |
| OKLCH | oklch(0.609 0.128 69.8) |
Copy-ready code
/* CSS */
color: #b37310;
background-color: #b37310;
/* Tailwind (arbitrary) */
class="text-[#b37310] bg-[#b37310]"
/* SCSS */
$brand: #b37310;
/* SwiftUI */
Color(red: 0.702, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#b37310")Accessibility — WCAG contrast
Aa
#b37310 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37310 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow91.1%
Key (black)29.8%
Color previews
#b37310 text on a black background
contrast 5.38:1
Card sample
#b37310 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37310;
Background color
Panel with #b37310 background
background-color: #b37310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37310; background: linear-gradient(135deg, #b37310, #86B310);