#b04813
a dark, electric orange · warm · closest name: chocolate
RGB
176, 72, 19
HSL
20°, 81%, 38%
CMYK
0, 59, 89, 31
Luminance
0.1391
Every format
| HEX | #b04813 |
| RGB | rgb(176, 72, 19) |
| HSL | hsl(20, 81%, 38%) |
| CMYK | cmyk(0%, 59%, 89%, 31%) |
| LAB | lab(44.1 40.0 48.9) |
| LCH | lch(44.1 63.2 50.7) |
| OKLCH | oklch(0.533 0.149 42.8) |
Copy-ready code
/* CSS */
color: #b04813;
background-color: #b04813;
/* Tailwind (arbitrary) */
class="text-[#b04813] bg-[#b04813]"
/* SCSS */
$brand: #b04813;
/* SwiftUI */
Color(red: 0.690, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#b04813")Accessibility — WCAG contrast
Aa
#b04813 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b04813 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow89.2%
Key (black)31.0%
Color previews
#b04813 text on a black background
contrast 3.78:1
Card sample
#b04813 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04813;
Background color
Panel with #b04813 background
background-color: #b04813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04813; background: linear-gradient(135deg, #b04813, #AFB013);