#b17607
a dark, electric orange · warm · closest name: peru
RGB
177, 118, 7
HSL
39°, 92%, 36%
CMYK
0, 33, 96, 31
Luminance
0.2232
Every format
| HEX | #b17607 |
| RGB | rgb(177, 118, 7) |
| HSL | hsl(39, 92%, 36%) |
| CMYK | cmyk(0%, 33%, 96%, 31%) |
| LAB | lab(54.4 15.6 59.5) |
| LCH | lch(54.4 61.5 75.4) |
| OKLCH | oklch(0.612 0.128 73.8) |
Copy-ready code
/* CSS */
color: #b17607;
background-color: #b17607;
/* Tailwind (arbitrary) */
class="text-[#b17607] bg-[#b17607]"
/* SCSS */
$brand: #b17607;
/* SwiftUI */
Color(red: 0.694, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#b17607")Accessibility — WCAG contrast
Aa
#b17607 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b17607 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow96.0%
Key (black)30.6%
Color previews
#b17607 text on a black background
contrast 5.46:1
Card sample
#b17607 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b17607;
Background color
Panel with #b17607 background
background-color: #b17607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b17607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b17607; background: linear-gradient(135deg, #b17607, #7BB107);