#b34913
a dark, electric orange · warm · closest name: chocolate
RGB
179, 73, 19
HSL
20°, 81%, 39%
CMYK
0, 59, 89, 30
Luminance
0.1440
Every format
| HEX | #b34913 |
| RGB | rgb(179, 73, 19) |
| HSL | hsl(20, 81%, 39%) |
| CMYK | cmyk(0%, 59%, 89%, 30%) |
| LAB | lab(44.8 40.6 49.7) |
| LCH | lch(44.8 64.2 50.7) |
| OKLCH | oklch(0.539 0.151 42.8) |
Copy-ready code
/* CSS */
color: #b34913;
background-color: #b34913;
/* Tailwind (arbitrary) */
class="text-[#b34913] bg-[#b34913]"
/* SCSS */
$brand: #b34913;
/* SwiftUI */
Color(red: 0.702, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#b34913")Accessibility — WCAG contrast
Aa
#b34913 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b34913 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow89.4%
Key (black)29.8%
Color previews
#b34913 text on a black background
contrast 3.88:1
Card sample
#b34913 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b34913;
Background color
Panel with #b34913 background
background-color: #b34913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b34913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b34913; background: linear-gradient(135deg, #b34913, #B2B313);