#b67310
a dark, electric orange · warm · closest name: peru
RGB
182, 115, 16
HSL
36°, 84%, 39%
CMYK
0, 37, 91, 29
Luminance
0.2224
Every format
| HEX | #b67310 |
| RGB | rgb(182, 115, 16) |
| HSL | hsl(36, 84%, 39%) |
| CMYK | cmyk(0%, 37%, 91%, 29%) |
| LAB | lab(54.3 19.6 58.0) |
| LCH | lch(54.3 61.2 71.3) |
| OKLCH | oklch(0.613 0.130 68.4) |
Copy-ready code
/* CSS */
color: #b67310;
background-color: #b67310;
/* Tailwind (arbitrary) */
class="text-[#b67310] bg-[#b67310]"
/* SCSS */
$brand: #b67310;
/* SwiftUI */
Color(red: 0.714, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#b67310")Accessibility — WCAG contrast
Aa
#b67310 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b67310 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow91.2%
Key (black)28.6%
Color previews
#b67310 text on a black background
contrast 5.45:1
Card sample
#b67310 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67310;
Background color
Panel with #b67310 background
background-color: #b67310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67310; background: linear-gradient(135deg, #b67310, #8AB610);