#b87421
a dark, vivid orange · warm · closest name: peru
RGB
184, 116, 33
HSL
33°, 70%, 43%
CMYK
0, 37, 82, 28
Luminance
0.2279
Every format
| HEX | #b87421 |
| RGB | rgb(184, 116, 33) |
| HSL | hsl(33, 70%, 43%) |
| CMYK | cmyk(0%, 37%, 82%, 28%) |
| LAB | lab(54.9 20.4 53.3) |
| LCH | lch(54.9 57.0 69.1) |
| OKLCH | oklch(0.618 0.126 65.8) |
Copy-ready code
/* CSS */
color: #b87421;
background-color: #b87421;
/* Tailwind (arbitrary) */
class="text-[#b87421] bg-[#b87421]"
/* SCSS */
$brand: #b87421;
/* SwiftUI */
Color(red: 0.722, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#b87421")Accessibility — WCAG contrast
Aa
#b87421 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87421 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow82.1%
Key (black)27.8%
Color previews
#b87421 text on a black background
contrast 5.56:1
Card sample
#b87421 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87421;
Background color
Panel with #b87421 background
background-color: #b87421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87421; background: linear-gradient(135deg, #b87421, #97B821);