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