#b76621
a dark, vivid orange · warm · closest name: peru
RGB
183, 102, 33
HSL
28°, 69%, 42%
CMYK
0, 44, 82, 28
Luminance
0.1968
Every format
| HEX | #b76621 |
| RGB | rgb(183, 102, 33) |
| HSL | hsl(28, 69%, 42%) |
| CMYK | cmyk(0%, 44%, 82%, 28%) |
| LAB | lab(51.5 27.6 50.2) |
| LCH | lch(51.5 57.3 61.2) |
| OKLCH | oklch(0.592 0.130 55.9) |
Copy-ready code
/* CSS */
color: #b76621;
background-color: #b76621;
/* Tailwind (arbitrary) */
class="text-[#b76621] bg-[#b76621]"
/* SCSS */
$brand: #b76621;
/* SwiftUI */
Color(red: 0.718, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#b76621")Accessibility — WCAG contrast
Aa
#b76621 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76621 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow82.0%
Key (black)28.2%
Color previews
#b76621 text on a black background
contrast 4.94:1
Card sample
#b76621 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76621;
Background color
Panel with #b76621 background
background-color: #b76621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76621; background: linear-gradient(135deg, #b76621, #A4B721);