#b45310
a dark, electric orange · warm · closest name: chocolate
RGB
180, 83, 16
HSL
25°, 84%, 38%
CMYK
0, 54, 91, 29
Luminance
0.1593
Every format
| HEX | #b45310 |
| RGB | rgb(180, 83, 16) |
| HSL | hsl(25, 84%, 38%) |
| CMYK | cmyk(0%, 54%, 91%, 29%) |
| LAB | lab(46.9 36.0 52.3) |
| LCH | lch(46.9 63.5 55.5) |
| OKLCH | oklch(0.555 0.144 48.1) |
Copy-ready code
/* CSS */
color: #b45310;
background-color: #b45310;
/* Tailwind (arbitrary) */
class="text-[#b45310] bg-[#b45310]"
/* SCSS */
$brand: #b45310;
/* SwiftUI */
Color(red: 0.706, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#b45310")Accessibility — WCAG contrast
Aa
#b45310 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b45310 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow91.1%
Key (black)29.4%
Color previews
#b45310 text on a black background
contrast 4.19:1
Card sample
#b45310 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45310;
Background color
Panel with #b45310 background
background-color: #b45310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45310; background: linear-gradient(135deg, #b45310, #A8B410);