#b45f21
a dark, vivid orange · warm · closest name: chocolate
RGB
180, 95, 33
HSL
25°, 69%, 42%
CMYK
0, 47, 82, 29
Luminance
0.1800
Every format
| HEX | #b45f21 |
| RGB | rgb(180, 95, 33) |
| HSL | hsl(25, 69%, 42%) |
| CMYK | cmyk(0%, 47%, 82%, 29%) |
| LAB | lab(49.5 30.1 48.2) |
| LCH | lch(49.5 56.8 58.0) |
| OKLCH | oklch(0.576 0.132 52.1) |
Copy-ready code
/* CSS */
color: #b45f21;
background-color: #b45f21;
/* Tailwind (arbitrary) */
class="text-[#b45f21] bg-[#b45f21]"
/* SCSS */
$brand: #b45f21;
/* SwiftUI */
Color(red: 0.706, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#b45f21")Accessibility — WCAG contrast
Aa
#b45f21 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b45f21 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow81.7%
Key (black)29.4%
Color previews
#b45f21 text on a black background
contrast 4.60:1
Card sample
#b45f21 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45f21;
Background color
Panel with #b45f21 background
background-color: #b45f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45f21; background: linear-gradient(135deg, #b45f21, #A7B421);