#b86421
a dark, vivid orange · warm · closest name: chocolate
RGB
184, 100, 33
HSL
27°, 70%, 43%
CMYK
0, 46, 82, 28
Luminance
0.1941
Every format
| HEX | #b86421 |
| RGB | rgb(184, 100, 33) |
| HSL | hsl(27, 70%, 43%) |
| CMYK | cmyk(0%, 46%, 82%, 28%) |
| LAB | lab(51.2 29.1 49.9) |
| LCH | lch(51.2 57.8 59.8) |
| OKLCH | oklch(0.590 0.132 54.1) |
Copy-ready code
/* CSS */
color: #b86421;
background-color: #b86421;
/* Tailwind (arbitrary) */
class="text-[#b86421] bg-[#b86421]"
/* SCSS */
$brand: #b86421;
/* SwiftUI */
Color(red: 0.722, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#b86421")Accessibility — WCAG contrast
Aa
#b86421 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86421 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow82.1%
Key (black)27.8%
Color previews
#b86421 text on a black background
contrast 4.88:1
Card sample
#b86421 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86421;
Background color
Panel with #b86421 background
background-color: #b86421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86421; background: linear-gradient(135deg, #b86421, #A7B821);