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