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