#b86614
a dark, electric orange · warm · closest name: chocolate
RGB
184, 102, 20
HSL
30°, 80%, 40%
CMYK
0, 45, 89, 28
Luminance
0.1974
Every format
| HEX | #b86614 |
| RGB | rgb(184, 102, 20) |
| HSL | hsl(30, 80%, 40%) |
| CMYK | cmyk(0%, 45%, 89%, 28%) |
| LAB | lab(51.5 27.7 54.9) |
| LCH | lch(51.5 61.5 63.2) |
| OKLCH | oklch(0.593 0.135 57.9) |
Copy-ready code
/* CSS */
color: #b86614;
background-color: #b86614;
/* Tailwind (arbitrary) */
class="text-[#b86614] bg-[#b86614]"
/* SCSS */
$brand: #b86614;
/* SwiftUI */
Color(red: 0.722, green: 0.400, blue: 0.078)
/* Android */
Color.parseColor("#b86614")Accessibility — WCAG contrast
Aa
#b86614 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86614 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green40.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow89.1%
Key (black)27.8%
Color previews
#b86614 text on a black background
contrast 4.95:1
Card sample
#b86614 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86614;
Background color
Panel with #b86614 background
background-color: #b86614;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86614;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 102, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 102, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86614; background: linear-gradient(135deg, #b86614, #9DB814);