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