#994722
a dark, vivid orange · warm · closest name: sienna
RGB
153, 71, 34
HSL
19°, 64%, 37%
CMYK
0, 54, 78, 40
Luminance
0.1139
Every format
| HEX | #994722 |
| RGB | rgb(153, 71, 34) |
| HSL | hsl(19, 64%, 37%) |
| CMYK | cmyk(0%, 54%, 78%, 40%) |
| LAB | lab(40.2 31.8 37.3) |
| LCH | lch(40.2 49.0 49.6) |
| OKLCH | oklch(0.497 0.121 43.0) |
Copy-ready code
/* CSS */
color: #994722;
background-color: #994722;
/* Tailwind (arbitrary) */
class="text-[#994722] bg-[#994722]"
/* SCSS */
$brand: #994722;
/* SwiftUI */
Color(red: 0.600, green: 0.278, blue: 0.133)
/* Android */
Color.parseColor("#994722")Accessibility — WCAG contrast
Aa
#994722 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994722 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green27.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow77.8%
Key (black)40.0%
Color previews
#994722 text on a black background
contrast 3.28:1
Card sample
#994722 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994722;
Background color
Panel with #994722 background
background-color: #994722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 71, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 71, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994722; background: linear-gradient(135deg, #994722, #999722);