#b65721
a dark, vivid orange · warm · closest name: chocolate
RGB
182, 87, 33
HSL
22°, 69%, 42%
CMYK
0, 52, 82, 29
Luminance
0.1687
Every format
| HEX | #b65721 |
| RGB | rgb(182, 87, 33) |
| HSL | hsl(22, 69%, 42%) |
| CMYK | cmyk(0%, 52%, 82%, 29%) |
| LAB | lab(48.1 35.2 47.0) |
| LCH | lch(48.1 58.7 53.2) |
| OKLCH | oklch(0.566 0.139 46.5) |
Copy-ready code
/* CSS */
color: #b65721;
background-color: #b65721;
/* Tailwind (arbitrary) */
class="text-[#b65721] bg-[#b65721]"
/* SCSS */
$brand: #b65721;
/* SwiftUI */
Color(red: 0.714, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#b65721")Accessibility — WCAG contrast
Aa
#b65721 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b65721 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow81.9%
Key (black)28.6%
Color previews
#b65721 text on a black background
contrast 4.37:1
Card sample
#b65721 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65721;
Background color
Panel with #b65721 background
background-color: #b65721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65721; background: linear-gradient(135deg, #b65721, #B2B621);