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