#b76021
a dark, vivid orange · warm · closest name: chocolate
RGB
183, 96, 33
HSL
25°, 69%, 42%
CMYK
0, 48, 82, 28
Luminance
0.1854
Every format
| HEX | #b76021 |
| RGB | rgb(183, 96, 33) |
| HSL | hsl(25, 69%, 42%) |
| CMYK | cmyk(0%, 48%, 82%, 28%) |
| LAB | lab(50.1 30.8 49.0) |
| LCH | lch(50.1 57.9 57.8) |
| OKLCH | oklch(0.582 0.134 51.8) |
Copy-ready code
/* CSS */
color: #b76021;
background-color: #b76021;
/* Tailwind (arbitrary) */
class="text-[#b76021] bg-[#b76021]"
/* SCSS */
$brand: #b76021;
/* SwiftUI */
Color(red: 0.718, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#b76021")Accessibility — WCAG contrast
Aa
#b76021 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76021 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow82.0%
Key (black)28.2%
Color previews
#b76021 text on a black background
contrast 4.71:1
Card sample
#b76021 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76021;
Background color
Panel with #b76021 background
background-color: #b76021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76021; background: linear-gradient(135deg, #b76021, #AAB721);