#b76f25
a dark, vivid orange · warm · closest name: peru
RGB
183, 111, 37
HSL
30°, 66%, 43%
CMYK
0, 39, 80, 28
Luminance
0.2157
Every format
| HEX | #b76f25 |
| RGB | rgb(183, 111, 37) |
| HSL | hsl(30, 66%, 43%) |
| CMYK | cmyk(0%, 39%, 80%, 28%) |
| LAB | lab(53.6 22.8 50.5) |
| LCH | lch(53.6 55.4 65.7) |
| OKLCH | oklch(0.608 0.124 61.5) |
Copy-ready code
/* CSS */
color: #b76f25;
background-color: #b76f25;
/* Tailwind (arbitrary) */
class="text-[#b76f25] bg-[#b76f25]"
/* SCSS */
$brand: #b76f25;
/* SwiftUI */
Color(red: 0.718, green: 0.435, blue: 0.145)
/* Android */
Color.parseColor("#b76f25")Accessibility — WCAG contrast
Aa
#b76f25 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76f25 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.5%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow79.8%
Key (black)28.2%
Color previews
#b76f25 text on a black background
contrast 5.31:1
Card sample
#b76f25 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76f25;
Background color
Panel with #b76f25 background
background-color: #b76f25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76f25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 111, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 111, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76f25; background: linear-gradient(135deg, #b76f25, #9EB725);