#b36310
a dark, electric orange · warm · closest name: chocolate
RGB
179, 99, 16
HSL
31°, 84%, 38%
CMYK
0, 45, 91, 30
Luminance
0.1854
Every format
| HEX | #b36310 |
| RGB | rgb(179, 99, 16) |
| HSL | hsl(31, 84%, 38%) |
| CMYK | cmyk(0%, 45%, 91%, 30%) |
| LAB | lab(50.1 27.1 54.7) |
| LCH | lch(50.1 61.0 63.6) |
| OKLCH | oklch(0.580 0.133 58.3) |
Copy-ready code
/* CSS */
color: #b36310;
background-color: #b36310;
/* Tailwind (arbitrary) */
class="text-[#b36310] bg-[#b36310]"
/* SCSS */
$brand: #b36310;
/* SwiftUI */
Color(red: 0.702, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#b36310")Accessibility — WCAG contrast
Aa
#b36310 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36310 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow91.1%
Key (black)29.8%
Color previews
#b36310 text on a black background
contrast 4.71:1
Card sample
#b36310 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36310;
Background color
Panel with #b36310 background
background-color: #b36310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36310; background: linear-gradient(135deg, #b36310, #96B310);