#b65b1f
a dark, vivid orange · warm · closest name: chocolate
RGB
182, 91, 31
HSL
24°, 71%, 42%
CMYK
0, 50, 83, 29
Luminance
0.1753
Every format
| HEX | #b65b1f |
| RGB | rgb(182, 91, 31) |
| HSL | hsl(24, 71%, 42%) |
| CMYK | cmyk(0%, 50%, 83%, 29%) |
| LAB | lab(48.9 33.0 48.6) |
| LCH | lch(48.9 58.8 55.8) |
| OKLCH | oklch(0.572 0.137 49.4) |
Copy-ready code
/* CSS */
color: #b65b1f;
background-color: #b65b1f;
/* Tailwind (arbitrary) */
class="text-[#b65b1f] bg-[#b65b1f]"
/* SCSS */
$brand: #b65b1f;
/* SwiftUI */
Color(red: 0.714, green: 0.357, blue: 0.122)
/* Android */
Color.parseColor("#b65b1f")Accessibility — WCAG contrast
Aa
#b65b1f on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b65b1f on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green35.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow83.0%
Key (black)28.6%
Color previews
#b65b1f text on a black background
contrast 4.51:1
Card sample
#b65b1f text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65b1f;
Background color
Panel with #b65b1f background
background-color: #b65b1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65b1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 91, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 91, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65b1f; background: linear-gradient(135deg, #b65b1f, #ADB61F);