#b45521
a dark, vivid orange · warm · closest name: sienna
RGB
180, 85, 33
HSL
21°, 69%, 42%
CMYK
0, 53, 82, 29
Luminance
0.1631
Every format
| HEX | #b45521 |
| RGB | rgb(180, 85, 33) |
| HSL | hsl(21, 69%, 42%) |
| CMYK | cmyk(0%, 53%, 82%, 29%) |
| LAB | lab(47.4 35.4 46.2) |
| LCH | lch(47.4 58.2 52.6) |
| OKLCH | oklch(0.560 0.139 45.8) |
Copy-ready code
/* CSS */
color: #b45521;
background-color: #b45521;
/* Tailwind (arbitrary) */
class="text-[#b45521] bg-[#b45521]"
/* SCSS */
$brand: #b45521;
/* SwiftUI */
Color(red: 0.706, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#b45521")Accessibility — WCAG contrast
Aa
#b45521 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b45521 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow81.7%
Key (black)29.4%
Color previews
#b45521 text on a black background
contrast 4.26:1
Card sample
#b45521 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45521;
Background color
Panel with #b45521 background
background-color: #b45521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45521; background: linear-gradient(135deg, #b45521, #B1B421);