#b86021
a dark, vivid orange · warm · closest name: chocolate
RGB
184, 96, 33
HSL
25°, 70%, 43%
CMYK
0, 48, 82, 28
Luminance
0.1867
Every format
| HEX | #b86021 |
| RGB | rgb(184, 96, 33) |
| HSL | hsl(25, 70%, 43%) |
| CMYK | cmyk(0%, 48%, 82%, 28%) |
| LAB | lab(50.3 31.3 49.1) |
| LCH | lch(50.3 58.2 57.5) |
| OKLCH | oklch(0.583 0.135 51.5) |
Copy-ready code
/* CSS */
color: #b86021;
background-color: #b86021;
/* Tailwind (arbitrary) */
class="text-[#b86021] bg-[#b86021]"
/* SCSS */
$brand: #b86021;
/* SwiftUI */
Color(red: 0.722, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#b86021")Accessibility — WCAG contrast
Aa
#b86021 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86021 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow82.1%
Key (black)27.8%
Color previews
#b86021 text on a black background
contrast 4.73:1
Card sample
#b86021 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86021;
Background color
Panel with #b86021 background
background-color: #b86021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86021; background: linear-gradient(135deg, #b86021, #ABB821);