#b34921
a dark, vivid orange · warm · closest name: sienna
RGB
179, 73, 33
HSL
16°, 69%, 42%
CMYK
0, 59, 82, 30
Luminance
0.1446
Every format
| HEX | #b34921 |
| RGB | rgb(179, 73, 33) |
| HSL | hsl(16, 69%, 42%) |
| CMYK | cmyk(0%, 59%, 82%, 30%) |
| LAB | lab(44.9 41.0 43.8) |
| LCH | lch(44.9 60.0 46.9) |
| OKLCH | oklch(0.540 0.148 39.6) |
Copy-ready code
/* CSS */
color: #b34921;
background-color: #b34921;
/* Tailwind (arbitrary) */
class="text-[#b34921] bg-[#b34921]"
/* SCSS */
$brand: #b34921;
/* SwiftUI */
Color(red: 0.702, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#b34921")Accessibility — WCAG contrast
Aa
#b34921 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b34921 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow81.6%
Key (black)29.8%
Color previews
#b34921 text on a black background
contrast 3.89:1
Card sample
#b34921 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b34921;
Background color
Panel with #b34921 background
background-color: #b34921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b34921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b34921; background: linear-gradient(135deg, #b34921, #B3AA21);