#994c1f
a dark, vivid orange · warm · closest name: sienna
RGB
153, 76, 31
HSL
22°, 66%, 36%
CMYK
0, 50, 80, 40
Luminance
0.1204
Every format
| HEX | #994c1f |
| RGB | rgb(153, 76, 31) |
| HSL | hsl(22, 66%, 36%) |
| CMYK | cmyk(0%, 50%, 80%, 40%) |
| LAB | lab(41.3 29.0 39.9) |
| LCH | lch(41.3 49.3 54.0) |
| OKLCH | oklch(0.505 0.118 47.7) |
Copy-ready code
/* CSS */
color: #994c1f;
background-color: #994c1f;
/* Tailwind (arbitrary) */
class="text-[#994c1f] bg-[#994c1f]"
/* SCSS */
$brand: #994c1f;
/* SwiftUI */
Color(red: 0.600, green: 0.298, blue: 0.122)
/* Android */
Color.parseColor("#994c1f")Accessibility — WCAG contrast
Aa
#994c1f on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994c1f on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green29.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow79.7%
Key (black)40.0%
Color previews
#994c1f text on a black background
contrast 3.41:1
Card sample
#994c1f text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994c1f;
Background color
Panel with #994c1f background
background-color: #994c1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994c1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 76, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 76, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994c1f; background: linear-gradient(135deg, #994c1f, #95991F);