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