#b87607
a dark, electric orange · warm · closest name: peru
RGB
184, 118, 7
HSL
38°, 93%, 38%
CMYK
0, 36, 96, 28
Luminance
0.2316
Every format
| HEX | #b87607 |
| RGB | rgb(184, 118, 7) |
| HSL | hsl(38, 93%, 38%) |
| CMYK | cmyk(0%, 36%, 96%, 28%) |
| LAB | lab(55.2 18.7 60.5) |
| LCH | lch(55.2 63.4 72.9) |
| OKLCH | oklch(0.621 0.133 70.4) |
Copy-ready code
/* CSS */
color: #b87607;
background-color: #b87607;
/* Tailwind (arbitrary) */
class="text-[#b87607] bg-[#b87607]"
/* SCSS */
$brand: #b87607;
/* SwiftUI */
Color(red: 0.722, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#b87607")Accessibility — WCAG contrast
Aa
#b87607 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87607 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow96.2%
Key (black)27.8%
Color previews
#b87607 text on a black background
contrast 5.63:1
Card sample
#b87607 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87607;
Background color
Panel with #b87607 background
background-color: #b87607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87607; background: linear-gradient(135deg, #b87607, #84B807);