#994b13
a dark, electric orange · warm · closest name: sienna
RGB
153, 75, 19
HSL
25°, 78%, 34%
CMYK
0, 51, 88, 40
Luminance
0.1185
Every format
| HEX | #994b13 |
| RGB | rgb(153, 75, 19) |
| HSL | hsl(25, 78%, 34%) |
| CMYK | cmyk(0%, 51%, 88%, 40%) |
| LAB | lab(41.0 29.1 44.8) |
| LCH | lch(41.0 53.5 57.0) |
| OKLCH | oklch(0.502 0.122 50.4) |
Copy-ready code
/* CSS */
color: #994b13;
background-color: #994b13;
/* Tailwind (arbitrary) */
class="text-[#994b13] bg-[#994b13]"
/* SCSS */
$brand: #994b13;
/* SwiftUI */
Color(red: 0.600, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#994b13")Accessibility — WCAG contrast
Aa
#994b13 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994b13 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green29.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow87.6%
Key (black)40.0%
Color previews
#994b13 text on a black background
contrast 3.37:1
Card sample
#994b13 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994b13;
Background color
Panel with #994b13 background
background-color: #994b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994b13; background: linear-gradient(135deg, #994b13, #8D9913);