#b94113
a dark, electric orange · warm · closest name: firebrick
RGB
185, 65, 19
HSL
17°, 81%, 40%
CMYK
0, 65, 90, 28
Luminance
0.1414
Every format
| HEX | #b94113 |
| RGB | rgb(185, 65, 19) |
| HSL | hsl(17, 81%, 40%) |
| CMYK | cmyk(0%, 65%, 90%, 28%) |
| LAB | lab(44.4 46.6 49.8) |
| LCH | lch(44.4 68.2 46.9) |
| OKLCH | oklch(0.539 0.164 38.5) |
Copy-ready code
/* CSS */
color: #b94113;
background-color: #b94113;
/* Tailwind (arbitrary) */
class="text-[#b94113] bg-[#b94113]"
/* SCSS */
$brand: #b94113;
/* SwiftUI */
Color(red: 0.725, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#b94113")Accessibility — WCAG contrast
Aa
#b94113 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b94113 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow89.7%
Key (black)27.5%
Color previews
#b94113 text on a black background
contrast 3.83:1
Card sample
#b94113 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94113;
Background color
Panel with #b94113 background
background-color: #b94113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94113; background: linear-gradient(135deg, #b94113, #B9B013);