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