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