#b76f2f
a balanced, vivid orange · warm · closest name: peru
RGB
183, 111, 47
HSL
28°, 59%, 45%
CMYK
0, 39, 74, 28
Luminance
0.2164
Every format
| HEX | #b76f2f |
| RGB | rgb(183, 111, 47) |
| HSL | hsl(28, 59%, 45%) |
| CMYK | cmyk(0%, 39%, 74%, 28%) |
| LAB | lab(53.6 23.2 46.1) |
| LCH | lch(53.6 51.6 63.2) |
| OKLCH | oklch(0.609 0.120 58.8) |
Copy-ready code
/* CSS */
color: #b76f2f;
background-color: #b76f2f;
/* Tailwind (arbitrary) */
class="text-[#b76f2f] bg-[#b76f2f]"
/* SCSS */
$brand: #b76f2f;
/* SwiftUI */
Color(red: 0.718, green: 0.435, blue: 0.184)
/* Android */
Color.parseColor("#b76f2f")Accessibility — WCAG contrast
Aa
#b76f2f on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76f2f on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow74.3%
Key (black)28.2%
Color previews
#b76f2f text on a black background
contrast 5.33:1
Card sample
#b76f2f text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76f2f;
Background color
Panel with #b76f2f background
background-color: #b76f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 111, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 111, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76f2f; background: linear-gradient(135deg, #b76f2f, #A4B72F);