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