#b87708
a dark, electric orange · warm · closest name: peru
RGB
184, 119, 8
HSL
38°, 92%, 38%
CMYK
0, 35, 96, 28
Luminance
0.2340
Every format
| HEX | #b87708 |
| RGB | rgb(184, 119, 8) |
| HSL | hsl(38, 92%, 38%) |
| CMYK | cmyk(0%, 35%, 96%, 28%) |
| LAB | lab(55.5 18.1 60.5) |
| LCH | lch(55.5 63.2 73.3) |
| OKLCH | oklch(0.623 0.132 71.0) |
Copy-ready code
/* CSS */
color: #b87708;
background-color: #b87708;
/* Tailwind (arbitrary) */
class="text-[#b87708] bg-[#b87708]"
/* SCSS */
$brand: #b87708;
/* SwiftUI */
Color(red: 0.722, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#b87708")Accessibility — WCAG contrast
Aa
#b87708 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87708 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow95.7%
Key (black)27.8%
Color previews
#b87708 text on a black background
contrast 5.68:1
Card sample
#b87708 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87708;
Background color
Panel with #b87708 background
background-color: #b87708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87708; background: linear-gradient(135deg, #b87708, #84B808);