#b94813
a dark, electric orange · warm · closest name: chocolate
RGB
185, 72, 19
HSL
19°, 81%, 40%
CMYK
0, 61, 90, 28
Luminance
0.1500
Every format
| HEX | #b94813 |
| RGB | rgb(185, 72, 19) |
| HSL | hsl(19, 81%, 40%) |
| CMYK | cmyk(0%, 61%, 90%, 28%) |
| LAB | lab(45.6 43.4 50.7) |
| LCH | lch(45.6 66.8 49.5) |
| OKLCH | oklch(0.548 0.158 41.3) |
Copy-ready code
/* CSS */
color: #b94813;
background-color: #b94813;
/* Tailwind (arbitrary) */
class="text-[#b94813] bg-[#b94813]"
/* SCSS */
$brand: #b94813;
/* SwiftUI */
Color(red: 0.725, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#b94813")Accessibility — WCAG contrast
Aa
#b94813 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b94813 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow89.7%
Key (black)27.5%
Color previews
#b94813 text on a black background
contrast 4.00:1
Card sample
#b94813 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94813;
Background color
Panel with #b94813 background
background-color: #b94813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94813; background: linear-gradient(135deg, #b94813, #B9B713);