#b94a13
a dark, electric orange · warm · closest name: chocolate
RGB
185, 74, 19
HSL
20°, 81%, 40%
CMYK
0, 60, 90, 28
Luminance
0.1526
Every format
| HEX | #b94a13 |
| RGB | rgb(185, 74, 19) |
| HSL | hsl(20, 81%, 40%) |
| CMYK | cmyk(0%, 60%, 90%, 28%) |
| LAB | lab(46.0 42.5 51.0) |
| LCH | lch(46.0 66.4 50.2) |
| OKLCH | oklch(0.550 0.156 42.2) |
Copy-ready code
/* CSS */
color: #b94a13;
background-color: #b94a13;
/* Tailwind (arbitrary) */
class="text-[#b94a13] bg-[#b94a13]"
/* SCSS */
$brand: #b94a13;
/* SwiftUI */
Color(red: 0.725, green: 0.290, blue: 0.075)
/* Android */
Color.parseColor("#b94a13")Accessibility — WCAG contrast
Aa
#b94a13 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b94a13 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green29.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow89.7%
Key (black)27.5%
Color previews
#b94a13 text on a black background
contrast 4.05:1
Card sample
#b94a13 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94a13;
Background color
Panel with #b94a13 background
background-color: #b94a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 74, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 74, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94a13; background: linear-gradient(135deg, #b94a13, #B9B913);