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