#b46310
a dark, electric orange · warm · closest name: chocolate
RGB
180, 99, 16
HSL
30°, 84%, 38%
CMYK
0, 45, 91, 29
Luminance
0.1866
Every format
| HEX | #b46310 |
| RGB | rgb(180, 99, 16) |
| HSL | hsl(30, 84%, 38%) |
| CMYK | cmyk(0%, 45%, 91%, 29%) |
| LAB | lab(50.3 27.5 54.8) |
| LCH | lch(50.3 61.4 63.3) |
| OKLCH | oklch(0.582 0.134 57.9) |
Copy-ready code
/* CSS */
color: #b46310;
background-color: #b46310;
/* Tailwind (arbitrary) */
class="text-[#b46310] bg-[#b46310]"
/* SCSS */
$brand: #b46310;
/* SwiftUI */
Color(red: 0.706, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#b46310")Accessibility — WCAG contrast
Aa
#b46310 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46310 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow91.1%
Key (black)29.4%
Color previews
#b46310 text on a black background
contrast 4.73:1
Card sample
#b46310 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46310;
Background color
Panel with #b46310 background
background-color: #b46310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46310; background: linear-gradient(135deg, #b46310, #97B410);