#b87b1f
a dark, vivid orange · warm · closest name: peru
RGB
184, 123, 31
HSL
36°, 71%, 42%
CMYK
0, 33, 83, 28
Luminance
0.2446
Every format
| HEX | #b87b1f |
| RGB | rgb(184, 123, 31) |
| HSL | hsl(36, 71%, 42%) |
| CMYK | cmyk(0%, 33%, 83%, 28%) |
| LAB | lab(56.5 16.4 55.5) |
| LCH | lch(56.5 57.8 73.5) |
| OKLCH | oklch(0.631 0.125 71.5) |
Copy-ready code
/* CSS */
color: #b87b1f;
background-color: #b87b1f;
/* Tailwind (arbitrary) */
class="text-[#b87b1f] bg-[#b87b1f]"
/* SCSS */
$brand: #b87b1f;
/* SwiftUI */
Color(red: 0.722, green: 0.482, blue: 0.122)
/* Android */
Color.parseColor("#b87b1f")Accessibility — WCAG contrast
Aa
#b87b1f on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87b1f on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green48.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow83.2%
Key (black)27.8%
Color previews
#b87b1f text on a black background
contrast 5.89:1
Card sample
#b87b1f text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87b1f;
Background color
Panel with #b87b1f background
background-color: #b87b1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87b1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 123, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 123, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87b1f; background: linear-gradient(135deg, #b87b1f, #8FB81F);