#b87828
a dark, vivid orange · warm · closest name: peru
RGB
184, 120, 40
HSL
33°, 64%, 44%
CMYK
0, 35, 78, 28
Luminance
0.2378
Every format
| HEX | #b87828 |
| RGB | rgb(184, 120, 40) |
| HSL | hsl(33, 64%, 44%) |
| CMYK | cmyk(0%, 35%, 78%, 28%) |
| LAB | lab(55.9 18.4 51.4) |
| LCH | lch(55.9 54.6 70.3) |
| OKLCH | oklch(0.626 0.122 67.5) |
Copy-ready code
/* CSS */
color: #b87828;
background-color: #b87828;
/* Tailwind (arbitrary) */
class="text-[#b87828] bg-[#b87828]"
/* SCSS */
$brand: #b87828;
/* SwiftUI */
Color(red: 0.722, green: 0.471, blue: 0.157)
/* Android */
Color.parseColor("#b87828")Accessibility — WCAG contrast
Aa
#b87828 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87828 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green47.1%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow78.3%
Key (black)27.8%
Color previews
#b87828 text on a black background
contrast 5.76:1
Card sample
#b87828 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87828;
Background color
Panel with #b87828 background
background-color: #b87828;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87828;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 120, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 120, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87828; background: linear-gradient(135deg, #b87828, #98B828);