#b45200
a dark, electric orange · warm · closest name: chocolate
RGB
180, 82, 0
HSL
27°, 100%, 35%
CMYK
0, 54, 100, 29
Luminance
0.1574
Every format
| HEX | #b45200 |
| RGB | rgb(180, 82, 0) |
| HSL | hsl(27, 100%, 35%) |
| CMYK | cmyk(0%, 54%, 100%, 29%) |
| LAB | lab(46.6 36.3 56.2) |
| LCH | lch(46.6 66.9 57.2) |
| OKLCH | oklch(0.553 0.147 49.4) |
Copy-ready code
/* CSS */
color: #b45200;
background-color: #b45200;
/* Tailwind (arbitrary) */
class="text-[#b45200] bg-[#b45200]"
/* SCSS */
$brand: #b45200;
/* SwiftUI */
Color(red: 0.706, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#b45200")Accessibility — WCAG contrast
Aa
#b45200 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b45200 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green32.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow100.0%
Key (black)29.4%
Color previews
#b45200 text on a black background
contrast 4.15:1
Card sample
#b45200 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45200;
Background color
Panel with #b45200 background
background-color: #b45200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45200; background: linear-gradient(135deg, #b45200, #9EB400);